Skip to content

Commit e12211a

Browse files
committed
Disable pytest logging
1 parent 1a687f9 commit e12211a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ testpaths = [
540540
]
541541
asyncio_default_fixture_loop_scope = "session"
542542
asyncio_mode = "strict"
543-
log_cli = true
544-
log_cli_level = "DEBUG"
545-
log_format = "%(asctime)s %(levelname)s %(message)s"
546-
log_date_format = "%Y-%m-%d %H:%M:%S"
543+
# log_cli = true
544+
# log_cli_level = "DEBUG"
545+
# log_format = "%(asctime)s %(levelname)s %(message)s"
546+
# log_date_format = "%Y-%m-%d %H:%M:%S"

0 commit comments

Comments
 (0)