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

fix: make local times work again #19

Merged
merged 1 commit into from
Oct 10, 2022
Merged

fix: make local times work again #19

merged 1 commit into from
Oct 10, 2022

Conversation

vmx
Copy link
Collaborator

@vmx vmx commented Oct 10, 2022

Due to https://rustsec.org/advisories/RUSTSEC-2020-0159, it wasn't possible to get the local time in multi-threaded contexts. This was fixed with the latest release v0.24 of flexi_logger. It is using a fixed version of chrono, which also means that we don't have a dependency on time anymore.

Fixes #17.
Closes #18.

@vmx vmx requested a review from shawnrader October 10, 2022 15:54
@vmx vmx force-pushed the flexi-logger-024 branch 2 times, most recently from b72e447 to ab15b68 Compare October 10, 2022 15:55
Due to https://rustsec.org/advisories/RUSTSEC-2020-0159, it wasn't possible
to get the local time in multi-threaded contexts. This was fixed with the
latest release v0.24 of `flexi_logger`. It is using a fixed version of
`chrono`, which also means that we don't have a dependency on `time` anymore.

Fixes #17.
Closes #18.
@vmx vmx merged commit a4a4bd8 into master Oct 10, 2022
@vmx vmx deleted the flexi-logger-024 branch October 10, 2022 16:22
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

Successfully merging this pull request may close these issues.

Wrong timeformat in proving-logs
2 participants