make step update in db a debug message (#2392)

This commit is contained in:
Shuchang Zheng
2025-05-19 19:15:25 -07:00
committed by GitHub
parent 2b5bb17506
commit 92d34464b4

View File

@@ -2325,7 +2325,7 @@ class ForgeAgent:
for key, value in updates.items()
if getattr(step, key) != value and key != "output"
}
LOG.info(
LOG.debug(
"Updating step in db",
task_id=step.task_id,
step_id=step.step_id,