Skip to content

Commit

Permalink
Logging improvement: use semicolons to separate metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Nov 3, 2023
1 parent 869640c commit cd323c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/brad/daemon/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,8 @@ async def _run_transition_part_one(self) -> None:

self._system_event_logger.log(
SystemEvent.PreTransitionStarted,
f"version={transitioning_to_version},"
f"aurora={next_aurora},"
f"version={transitioning_to_version};"
f"aurora={next_aurora};"
f"redshift={next_redshift}",
)

Expand Down

0 comments on commit cd323c4

Please sign in to comment.