Skip to content

Commit

Permalink
Change stage_duration level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 6, 2023
1 parent 32737a3 commit 6b38f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hal/helpers/overhead.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit 6b38f2c

Please sign in to comment.