Keep alembic from configuring loggers

This commit is contained in:
2022-01-26 23:17:41 +01:00
parent 19aebcc327
commit 689a5ba33e
2 changed files with 0 additions and 53 deletions

View File

@ -11,9 +11,6 @@ from alembic import context
# access to the values within the .ini file in use.
config = context.config
# Interpret the config file for Python logging.
# This line sets up loggers basically.
fileConfig(config.config_file_name)
logger = logging.getLogger('alembic.env')
# add your model's MetaData object here