Skip to content

Commit 2d62eae

Browse files
committed
test: update log format to include timestamps and dates
1 parent 837ef10 commit 2d62eae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,5 @@ select=["E", "F", "UP", "I"]
7272
[tool.pytest.ini_options]
7373
asyncio_mode = "auto"
7474
log_cli_level = "DEBUG"
75+
log_format = "%(asctime)s %(levelname)s %(message)s"
76+
log_date_format = "%Y-%m-%d %H:%M:%S"

0 commit comments

Comments
 (0)