mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Small logging tweaks to reduce test output.
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user