Skip to content

Commit e31d03f

Browse files
committed
Fix log disabling
1 parent e21cebf commit e31d03f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/app/infrastructure/persistence_sqla/alembic

src/app/infrastructure/persistence_sqla/alembic/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Interpret the config file for Python logging.
1919
# This line sets up loggers basically.
2020
if config.config_file_name is not None:
21-
fileConfig(config.config_file_name)
21+
fileConfig(config.config_file_name, disable_existing_loggers=False)
2222

2323
# add your model's MetaData object here
2424
# for 'autogenerate' support

0 commit comments

Comments
 (0)