Closed julia-tadej-wttech closed 5 months ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.
:white_check_mark: julia-tadej-wttech
:x: mergify[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.43%. Comparing base (
8b79e6c
) to head (2cb95ab
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks @julia-tadej-wttech, we'll get this into the next release.
This PR fixes timestamp for loguru logs. Currently, milliseconds for log records coming from loguru are always equal to 0. After this change, milliseconds will be recorded correctly (so the log order will be correct).