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
Running aurora tests on gitactions and found the test report is completely dominated by tzinfo logging messages.
I count around 5000 lines of this message:
2021-08-28 21:36:10,105 [line 387] mt_metadata.utils.mttime.MTime.validate_tzinfo - INFO: Local timezone identified setting to UTC
It seems like some condition is being checked many times per second and logged.
The text was updated successfully, but these errors were encountered:
looks like the issue was actually in mt_metadata. The most recent commit seems to have fixed this.
Sorry, something went wrong.
kujaku11
No branches or pull requests
Running aurora tests on gitactions and found the test report is completely dominated by tzinfo logging messages.
I count around 5000 lines of this message:
2021-08-28 21:36:10,105 [line 387] mt_metadata.utils.mttime.MTime.validate_tzinfo - INFO: Local timezone identified setting to UTC
It seems like some condition is being checked many times per second and logged.
The text was updated successfully, but these errors were encountered: