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 61dc080 commit 0c470e3Copy full SHA for 0c470e3
packages/service-library/src/servicelib/logging_errors.py
@@ -28,6 +28,7 @@ def create_troubleshotting_log_message(
28
"""
29
debug_data = pformat(
30
{
31
+ "exception_type": f"{type(exception)}",
32
"exception_details": f"{exception}",
33
"error_code": error_code,
34
"context": pformat(error_context, indent=1),
0 commit comments