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 36ac68f commit 0e2e248Copy full SHA for 0e2e248
1 file changed
src/logdetective_packit/main.py
@@ -144,7 +144,7 @@ async def call_log_detective(
144
await publish_message(message)
145
raise ex
146
except Exception as ex:
147
- msg = f"Request to Log Detective API at {LD_URL} failed with {ex}"
+ msg = f"Request to Log Detective API at {LD_URL} failed with {type(ex).__name__}: {ex}"
148
LOG.error(msg=msg)
149
message = build_error_message(
150
log_detective_analysis_id=log_detective_analysis_id,
0 commit comments