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

Improves logging configuration #2544

Merged
merged 3 commits into from Sep 21, 2022
Merged

Improves logging configuration #2544

merged 3 commits into from Sep 21, 2022

Conversation

mvilanova
Copy link
Contributor

@mvilanova mvilanova commented Sep 21, 2022

Defines and uses default log level if no level or unknown level is provided in the .env file.

Closes Netflix/dispatch-docker#143

@mvilanova mvilanova added the enhancement New feature or request label Sep 21, 2022
@kevgliss
Copy link
Contributor

lgtm, the only thing I might change is having that logging enum in the enum.py if it will only ever be used by logging.py, I don't see a lot of value of keeping them seperate.

@mvilanova
Copy link
Contributor Author

Good point. I don't think it will be used outside the logging.py module. I'll move it to the logging.py module.

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

Successfully merging this pull request may close these issues.

AttributeError: 'int' object has no attribute 'upper'
2 participants