Merge pull request #3839 from Peter-De-Ath/fix-logging

fix: logging - after db migration
This commit is contained in:
Timothy Jaeryang Baek 2024-07-13 10:23:44 -07:00 committed by GitHub
commit 6806b01327
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ config = context.config
# Interpret the config file for Python logging.
# This line sets up loggers basically.
if config.config_file_name is not None:
fileConfig(config.config_file_name)
fileConfig(config.config_file_name, disable_existing_loggers=False)
# add your model's MetaData object here
# for 'autogenerate' support