make step update in db a debug message (#2392)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user