Skip to content

Commit 0c470e3

Browse files
committed
adds type
1 parent 61dc080 commit 0c470e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/service-library/src/servicelib/logging_errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def create_troubleshotting_log_message(
2828
"""
2929
debug_data = pformat(
3030
{
31+
"exception_type": f"{type(exception)}",
3132
"exception_details": f"{exception}",
3233
"error_code": error_code,
3334
"context": pformat(error_context, indent=1),

0 commit comments

Comments
 (0)