We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For a better operational experience, I need to enable timestamp on logging without having to edit source files runtime.
I`ve created this PR to contribute to that topic. #446
Current Output:
INFO - Run finished successfully in 0.1s.
Proposed Output (when variable is activated):
04/17/2024 04:29:10 - INFO - Run finished successfully in 0.1s.
No response
I don't see any drawbacks, since it's an optional feature.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
For a better operational experience, I need to enable timestamp on logging without having to edit source files runtime.
I`ve created this PR to contribute to that topic. #446
Basic Example
Current Output:
INFO - Run finished successfully in 0.1s.
Proposed Output (when variable is activated):
04/17/2024 04:29:10 - INFO - Run finished successfully in 0.1s.
Screenshots
No response
Drawbacks
I don't see any drawbacks, since it's an optional feature.
Unresolved questions
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: