Skip to content

Commit

Permalink
topotato: add a default log format to pytest.ini
Browse files Browse the repository at this point in the history
Really need milliseconds to track timing issues.

Signed-off-by: David Lamparter <[email protected]>
  • Loading branch information
eqvinox committed Sep 17, 2024
1 parent f179685 commit aaef6ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ reportato_dir = reportato/
# override with --log-cli-level=DEBUG if needed
log_cli_level = INFO

log_cli_format = %(asctime)s.%(msecs)03d [%(levelname).4s] %(name)s:%(lineno)d: %(message)s
log_cli_date_format=%Y-%m-%d %H:%M:%S

# EDIT THIS AND UNCOMMENT:
# frr_builddir = ../frr

0 comments on commit aaef6ad

Please sign in to comment.