We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3f6be commit efc008bCopy full SHA for efc008b
api/tests/unit/util/test_logging.py
@@ -48,15 +48,15 @@ def _log_traceback() -> None:
48
{
49
"levelname": "INFO",
50
"message": "hello arg1, 22",
51
- "timestamp": "2023-12-08 06:05:47,319",
+ "timestamp": "2023-12-08 06:05:47,320",
52
"logger_name": "test_json_formatter__outputs_expected",
53
"process_id": expected_pid,
54
"thread_name": "MainThread",
55
},
56
57
"levelname": "ERROR",
58
"message": "this is an error",
59
60
61
62
@@ -120,7 +120,7 @@ def test_gunicorn_access_log_json_formatter__outputs_expected() -> None:
120
"status": "200",
121
122
"time": "2023-12-08T06:05:47+00:00",
123
124
"user_agent": "requests",
125
}
126
0 commit comments