diff --git a/src/hal/helpers/overhead.py b/src/hal/helpers/overhead.py index d45edc9..aac3bcf 100644 --- a/src/hal/helpers/overhead.py +++ b/src/hal/helpers/overhead.py @@ -88,7 +88,7 @@ async def emit_keywords(self): command.warning(f"Overhead was not recorded for stage {stage_full}.") return - command.info(stage_duration=[self.macro.name, self.stage, self.elapsed]) + command.debug(stage_duration=[self.macro.name, self.stage, self.elapsed]) def _get_datetime(self, timestamp: float | None): """Converts a timestamp to a datetime object."""