-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Number and size of log files can be set by configuration parameters #3795
Comments
@gyandor Sure, I'd welcome a contribution to make these configurable, while preserving the current values as defaults: These make sense to me as environment variables ( Is this something you'd like to open a PR for? |
@gyandor if you don't want to open a pull request for this, is it okay if I do? |
@sungchun12 It's okay. Thank you in advance. |
Approach Notes:
config:
partial_parse: <true | false>
use_colors: <true | false>
printer_width: <integer>
send_anonymous_usage_stats: <true | false>
dbt_logger_max_size: <integer> # in megabyte increments only, the logic will handle the multiplication behind the scenes
dbt_logger_backup_count: <integer>
Open Questions
|
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days. |
Describe the feature
I would like to have configuration options to control the number and size of log files instead of having maximum 6 files 10MB each.
Describe alternatives you've considered
Periodic backup of current files to a different folder.
Who will this benefit?
We work with tons of models and log for 1 run exceeds 60 MB. If something goes wrong, we don't have the full log for investigation.
The text was updated successfully, but these errors were encountered: