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
By default, the Logger will automatically include the full stack trace in JSON format when using `logger.exception`. If you want to disable this feature, set `serialize_stacktrace=False` during initialization."
"message":"500 Server Error: INTERNAL SERVER ERROR for url: http://httpbin.org/status/500",
5
+
"timestamp":"2023-10-09 17:47:50,191+0000",
6
+
"service":"service_undefined",
7
+
"exception":"Traceback (most recent call last):\n File \"/var/task/app.py\", line 14, in lambda_handler\n ret.raise_for_status()\n File \"/var/task/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",
8
+
"exception_name":"HTTPError",
9
+
"stack_trace":{
10
+
"type":"HTTPError",
11
+
"value":"500 Server Error: INTERNAL SERVER ERROR for url: http://httpbin.org/status/500",
0 commit comments