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

Logging: all logs should use the same format #605

Closed
mlucool opened this issue Nov 2, 2021 · 0 comments · Fixed by #607
Closed

Logging: all logs should use the same format #605

mlucool opened this issue Nov 2, 2021 · 0 comments · Fixed by #607

Comments

@mlucool
Copy link

mlucool commented Nov 2, 2021

Problem

In some places we use date + time for logs and in others we still use the python default of time only. For example here vs. this better default.

Proposed Solution

Make it easy to log everything in the same format (i.e. date + time) and updating all logging in this repo to use said mechanism. If we take this proposal up, it should also be easy for downstream applications to use this new mechanism for setting the same logging format.

@mlucool mlucool changed the title Logging: all logs should the same format Logging: all logs should use the same format Nov 2, 2021
@mwakaba2 mwakaba2 self-assigned this Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants