We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4faa8b commit 36ea0c1Copy full SHA for 36ea0c1
tests/unit/common/core/test_logging.py
@@ -44,15 +44,15 @@ def _log_traceback() -> None:
44
{
45
"levelname": "INFO",
46
"message": "hello arg1, 22",
47
- "timestamp": "2023-12-08 06:05:47,319",
+ "timestamp": "2023-12-08 06:05:47,320",
48
"logger_name": "test_json_formatter__outputs_expected",
49
"pid": expected_pid,
50
"thread_name": "MainThread",
51
},
52
53
"levelname": "ERROR",
54
"message": "this is an error",
55
56
57
58
0 commit comments