Skip to content

Commit 12c9a3c

Browse files
committed
Fix pytest log config
1 parent 63ce10e commit 12c9a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ DJANGO_SETTINGS_MODULE = "example_project.settings.development"
7979
pythonpath = ["example_project"]
8080
testpaths = ["adit_radis_shared/**/tests", "example_project/**/tests"]
8181
python_files = ["tests.py", "test_*.py", "*_tests.py"]
82-
log_cli = 0
82+
log_cli = false
8383
log_cli_level = "INFO"
8484
log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
8585
log_cli_date_format = "%Y-%m-%d %H:%M:%S"

0 commit comments

Comments
 (0)