mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 22:20:37 +00:00
Hide debug logs in test_wal_acceptor_async
This commit is contained in:
@@ -7,7 +7,7 @@ from typing import List
|
||||
|
||||
import logging
|
||||
import fixtures.log_helper # configures loggers
|
||||
log = logging.getLogger('root')
|
||||
log = logging.getLogger('root.wal_acceptor_async')
|
||||
|
||||
pytest_plugins = ("fixtures.zenith_fixtures")
|
||||
|
||||
|
||||
@@ -28,8 +28,8 @@ LOGGING = {
|
||||
"level": "DEBUG",
|
||||
"handlers": ["console"]
|
||||
},
|
||||
"root.subroot": {
|
||||
"level": "INFO"
|
||||
"root.wal_acceptor_async": {
|
||||
"level": "INFO" # lot of logs on DEBUG level
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user