Skip to content

Commit

Permalink
Less verbose logging by default
Browse files Browse the repository at this point in the history
  • Loading branch information
padraic-shafer committed Oct 25, 2023
1 parent 73c056e commit 98b72cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
testpaths =
tiled/_tests
log_cli = 1
log_cli_level = INFO
log_cli_level = WARNING
log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
log_cli_date_format=%Y-%m-%d %H:%M:%S
2 changes: 1 addition & 1 deletion tiled/_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def tmpdir_module(request, tmpdir_factory):
return tmpdir_factory.mktemp(request.module.__name__)


# Use this with pytest -s option.
# Use this with pytest --log-cli-level=INFO option.
if os.getenv("TILED_DEBUG_LEAKED_THREADS"):
import logging
import threading
Expand Down

0 comments on commit 98b72cc

Please sign in to comment.