Skip to content

Commit 6f0bfa4

Browse files
committed
Add startup logging and remove alembic logging supression
1 parent eda798d commit 6f0bfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/migrations/env.py

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

2525
# add your model's MetaData object here
2626
# for 'autogenerate' support

0 commit comments

Comments
 (0)