Skip to content

Commit 1887cdc

Browse files
committed
docs(logger): update uncaught exception message value
1 parent f6f2720 commit 1887cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/logger/src/logging_uncaught_exceptions_output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"level": "ERROR",
33
"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",
55
"timestamp": "2022-11-16 13:51:29,198+0100",
66
"service": "payment",
77
"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

Comments
 (0)