Make logs quieter. (#13042)

This commit is contained in:
Tim O'Farrell
2026-02-25 12:11:13 +00:00
committed by GitHub
parent 51b989b5f8
commit a9c0df778c
2 changed files with 8 additions and 10 deletions

View File

@@ -431,7 +431,7 @@ LOQUACIOUS_LOGGERS = [
'socketio.client',
'socketio.server',
'aiosqlite',
'alembic.runtime.plugins.setup',
'alembic.runtime.plugins',
]
for logger_name in LOQUACIOUS_LOGGERS: