Closed disa6302 closed 1 year ago
Patch coverage: 100.00%
and project coverage change: +0.04%
:tada:
Comparison is base (
5422548
) 75.19% compared to head (2b34cf9
) 75.24%.:exclamation: Current head 2b34cf9 differs from pull request most recent head 6ebf669. Consider uploading reports for the commit 6ebf669 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issue #, if available:
Description of changes:
Fix millisecond precision in log timestamps. Earlier:
yyyy-mm-dd HH:MM:SS.ssssss
After change:yyyy-mm-dd HH:MM:SS.sss
Example log line before this change
2023-08-29 19:29:29.000588 DEBUG turnConnectionStepState(): TurnConnection state changed from TURN_STATE_BIND_CHANNEL to TURN_STATE_READY
Example log line after this change
2023-08-29 19:29:29.588 DEBUG turnConnectionStepState(): TurnConnection state changed from TURN_STATE_BIND_CHANNEL to TURN_STATE_READY
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.