You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/logger/src/logging_uncaught_exceptions_output.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"level": "ERROR",
3
3
"location": "log_uncaught_exception_hook:756",
4
-
"message": "Uncaught exception",
4
+
"message": "500 Server Error: INTERNAL SERVER ERROR for url: http://httpbin.org/status/500",
5
5
"timestamp": "2022-11-16 13:51:29,198+0100",
6
6
"service": "payment",
7
7
"exception": "Traceback (most recent call last):\n File \"<input>\", line 52, in <module>\n handler({}, {})\n File \"<input>\", line 17, in handler\n ret.raise_for_status()\n File \"<input>/lib/python3.9/site-packages/requests/models.py\", line 1021, in raise_for_status\n raise HTTPError(http_error_msg, response=self)\nrequests.exceptions.HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://httpbin.org/status/500",
0 commit comments