report output format from config? #777
-
I see that the reportConfig object is defaulted to output='email' |
Beta Was this translation helpful? Give feedback.
Answered by
robcarver17
Sep 14, 2022
Replies: 1 comment 1 reply
-
Do you mean a configuration change that changes the default output to something else? No that doesn't exist. And I'm not sure it's necessary as there are yaml options to change the output for a specific report. From my private_config reports:
costs_report:
output: 'file'
slippage_report:
output: 'file'
kwargs:
calendar_days_back: 251 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
js190
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you mean a configuration change that changes the default output to something else? No that doesn't exist. And I'm not sure it's necessary as there are yaml options to change the output for a specific report.
From my private_config