We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ec0bc commit a6b0ff5Copy full SHA for a6b0ff5
backend/migrations/env.py
@@ -20,7 +20,7 @@
20
# Interpret the config file for Python logging.
21
# This line sets up loggers basically.
22
if config.config_file_name is not None:
23
- fileConfig(config.config_file_name)
+ fileConfig(config.config_file_name, disable_existing_loggers=False)
24
25
# add your model's MetaData object here
26
# for 'autogenerate' support
0 commit comments