File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
# Interpret the config file for Python logging.
15
15
# This line sets up loggers basically.
16
16
if config .config_file_name is not None :
17
- fileConfig (config .config_file_name )
17
+ fileConfig (config .config_file_name , defaults = config . config_args )
18
18
19
19
# add your model's MetaData object here
20
20
# for 'autogenerate' support
Original file line number Diff line number Diff line change 12
12
# Interpret the config file for Python logging.
13
13
# This line sets up loggers basically.
14
14
if config .config_file_name is not None :
15
- fileConfig (config .config_file_name )
15
+ fileConfig (config .config_file_name , defaults = config . config_args )
16
16
17
17
# add your model's MetaData object here
18
18
# for 'autogenerate' support
Original file line number Diff line number Diff line change 16
16
# Interpret the config file for Python logging.
17
17
# This line sets up loggers basically.
18
18
if config .config_file_name is not None :
19
- fileConfig (config .config_file_name )
19
+ fileConfig (config .config_file_name , defaults = config . config_args )
20
20
logger = logging .getLogger ("alembic.env" )
21
21
22
22
# gather section names referring to different
Original file line number Diff line number Diff line change 12
12
# Interpret the config file for Python logging.
13
13
# This line sets up loggers basically.
14
14
if config .config_file_name is not None :
15
- fileConfig (config .config_file_name )
15
+ fileConfig (config .config_file_name , defaults = config . config_args )
16
16
17
17
# add your model's MetaData object here
18
18
# for 'autogenerate' support
You can’t perform that action at this time.
0 commit comments