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 f9d745d commit 9f8c35dCopy full SHA for 9f8c35d
peps/pep-0830.rst
@@ -94,8 +94,8 @@ With ``PYTHON_TRACEBACK_TIMESTAMPS=iso``, the output becomes:
94
95
The sub-exceptions are listed in submission order, but the timestamps reveal
96
that the order validation actually failed first (at 28.899s), the user
97
-service half a second later, and the recommendation service last after 2.3
98
-seconds. These can also be correlated with metrics dashboards, load
+service half a second later (at 29.300s), and the recommendation service last after 2.3
+seconds (at 31.102s). These can also be correlated with metrics dashboards, load
99
balancer logs, traces from other services, or the program's own logs to
100
build a complete picture.
101
0 commit comments