Skip to content
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

dbt.log should rollover at 10 mb, as before #4404

Closed
jtcohen6 opened this issue Dec 2, 2021 · 0 comments · Fixed by #4405
Closed

dbt.log should rollover at 10 mb, as before #4404

jtcohen6 opened this issue Dec 2, 2021 · 0 comments · Fixed by #4405
Labels

Comments

@jtcohen6
Copy link
Contributor

jtcohen6 commented Dec 2, 2021

https://docs.python.org/3/library/logging.handlers.html#rotatingfilehandler

dbt-core/core/dbt/logger.py

Lines 386 to 387 in 74fbaa1

max_size=10 * 1024 * 1024, # 10 mb
backup_count=5,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant