-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add option to customize log format #1197
base: main
Are you sure you want to change the base?
Conversation
@mnaberez any chances this could be merged? |
Has this been added? All I want to do is change msecs to use a period instead of a comma. |
@mnaberez Is there any way I can help to merge this PR? |
@mnaberez This has been approved, can it be merged? |
The individual who has approved this is not a developer on this project (on GitHub, anyone can hit the approve button). I've been @-mentioned here several times but I haven't actually looked at this, sorry. If one of the other developers with commit access approves it, they can just merge it. I'm currently working on other issues. |
Guys, it looks like cool functionality. And it wait for your validation. |
This is a great feature, I can't wait for it to be merged! |
Allows customizing the default
%(asctime)s %(levelname)s %(message)s
format to something different. Can be useful for getting JSON format logs, for example.