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

logger checking tzinfo every few milliseconds #45

Closed
kkappler opened this issue Aug 28, 2021 · 1 comment
Closed

logger checking tzinfo every few milliseconds #45

kkappler opened this issue Aug 28, 2021 · 1 comment
Assignees

Comments

@kkappler
Copy link
Collaborator

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.
tz_info_log

@kkappler
Copy link
Collaborator Author

kkappler commented Sep 3, 2021

looks like the issue was actually in mt_metadata. The most recent commit seems to have fixed this.

@kkappler kkappler closed this as completed Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants