Merge "Log alembic migrations by default"

This commit is contained in:
Zuul 2020-04-20 16:09:48 +00:00 committed by Gerrit Code Review
commit ed4859ac82
1 changed files with 4 additions and 0 deletions

View File

@ -106,6 +106,10 @@ _DEFAULT_SERVER_LOGGING_CONFIG = {
'handlers': ['console'],
'level': 'WARN',
},
'alembic.runtime.migration': {
'handlers': ['console'],
'level': 'INFO',
},
'alembic': {
'handlers': ['console'],
'level': 'WARN',