remove exc_info from LOG.exception (#246)

This commit is contained in:
Shuchang Zheng
2024-04-30 00:27:32 -07:00
committed by GitHub
parent 45d11e5a7f
commit b6a85cf3a5
8 changed files with 20 additions and 22 deletions

View File

@@ -302,7 +302,6 @@ class ForgeAgent:
except FailedToSendWebhook:
LOG.exception(
"Failed to send webhook",
exc_info=True,
task_id=task.task_id,
step_id=step.step_id,
task=task,