Skip to content

Commit

Permalink
pytest: add milliseconds to log timestamp
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Dirson <[email protected]>
  • Loading branch information
ydirson committed Jul 25, 2024
1 parent 06dceba commit ccc3a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ markers =
quicktest: runs `quicktest`.
log_cli = 1
log_cli_level = info
log_format = %(asctime)s %(levelname)s %(message)s
log_format = %(asctime)s.%(msecs)03d %(levelname)s %(message)s
log_date_format = %b %d %H:%M:%S
filterwarnings = error
xfail_strict=true

0 comments on commit ccc3a46

Please sign in to comment.