Small logging tweaks to reduce test output.

This commit is contained in:
John Chilton
2026-03-03 22:52:11 -05:00
parent 706e36b5e1
commit 05ab578c66
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -118,9 +118,9 @@ LOGGING_CONFIG_DEFAULT: dict[str, Any] = {
"level": "ERROR",
"qualname": "py.warnings",
},
"celery.utils.functional": {
"celery": {
"level": "INFO",
"qualname": "celery.utils.functional",
"qualname": "celery",
},
"sentry_sdk.errors": {
"level": "INFO",
+4
View File
@@ -2,6 +2,10 @@
addopts = --doctest-continue-on-failure --verbosity=1 --showlocals
asyncio_mode = auto
log_level = DEBUG
filterwarnings =
ignore::DeprecationWarning:pkg_resources
ignore::DeprecationWarning:refgenconf
ignore::UserWarning:refgenconf
# Install pytest-memray and set memray to true here to enable memory profiling of tests
# memray = true
pythonpath = lib