Skip to content

Commit

Permalink
chore(test): improve test logging
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Mar 12, 2024
1 parent c4133d3 commit 81d6434
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ filterwarnings = [
"ignore::PendingDeprecationWarning:tests",
]

log_level = "NOTSET"
log_format = "%(asctime)s [%(levelname)-8s] %(name)s: %(message)s"
log_date-format = "%H:%M:%S"

markers = [
# Markers for the compatibility suite
"consumer",
Expand Down

0 comments on commit 81d6434

Please sign in to comment.