Skip to content

Commit

Permalink
Bracket time stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 committed Jul 10, 2024
1 parent ca77097 commit 8ab3134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ephys_link/util/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, *, enable_debug: bool) -> None:
basicConfig(
level=DEBUG if enable_debug else INFO,
format="%(message)s",
datefmt="%I:%M:%S %p",
datefmt="[%I:%M:%S %p]",
handlers=[RichHandler(rich_tracebacks=True)],
)
self._log = getLogger("rich")
Expand Down

0 comments on commit 8ab3134

Please sign in to comment.