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

Provide a way to override logging config #52

Closed
vamshiaruru-virgodesigns opened this issue Jan 19, 2023 · 0 comments · Fixed by #69
Closed

Provide a way to override logging config #52

vamshiaruru-virgodesigns opened this issue Jan 19, 2023 · 0 comments · Fixed by #69
Labels
enhancement New feature or request
Milestone

Comments

@vamshiaruru-virgodesigns

Hi all,
Firstly, great project! I am looking forward to using this in one of my projects.
One thing that would be really good to have is the ability to override the logging config like gunicorn allows you to do. In gunicorn, you can provide a logconfig_dict which lets you specific file path, date format, date formats etc. It would be really good to have this here as well.
I don't think it would be very hard to implement it. I see the config is hard coded here

LOGGING_CONFIG = {
, if we can provide an option to read this - and other command line arguments from a json/toml file, that would be enough.

@gi0baro gi0baro added the enhancement New feature or request label Jan 19, 2023
@gi0baro gi0baro added this to the 0.3 milestone Jan 19, 2023
gi0baro added a commit that referenced this issue Mar 14, 2023
gi0baro added a commit that referenced this issue Mar 14, 2023
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 a pull request may close this issue.

2 participants