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
the log messages, themselves are fine and respect the timezone I set but the filenames are not.
configure timezone in docker config - in my case: America/New_York configure the logger to rotate files hourly: log_file_rollover: hourly
America/New_York
log_file_rollover: hourly
compare the message timestamps in the file to the filename, itself.
No response
The text was updated successfully, but these errors were encountered:
Waiting on tokio-rs/tracing#3255
Sorry, something went wrong.
No branches or pull requests
Description of the bug
the log messages, themselves are fine and respect the timezone I set but the filenames are not.
Steps To Reproduce
configure timezone in docker config - in my case:
America/New_York
configure the logger to rotate files hourly:
log_file_rollover: hourly
compare the message timestamps in the file to the filename, itself.
Additional Information
No response
The text was updated successfully, but these errors were encountered: