Alembic was blocking mqtt logs

This commit is contained in:
Joel Krauska
2025-11-05 14:36:50 -08:00
parent 67738105c8
commit e0d8ceecac
2 changed files with 3 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ keys = console
keys = generic
[logger_root]
level = WARNING
level = INFO
handlers = console
qualname =

View File

@@ -16,8 +16,9 @@ config = context.config
# Interpret the config file for Python logging.
# This line sets up loggers basically.
# Use disable_existing_loggers=False to preserve app logging configuration
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
target_metadata = Base.metadata