summaryrefslogtreecommitdiff
path: root/src/mailman/database/alembic/env.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/database/alembic/env.py')
-rw-r--r--src/mailman/database/alembic/env.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/database/alembic/env.py b/src/mailman/database/alembic/env.py
index ee6d8293f..55f0418f1 100644
--- a/src/mailman/database/alembic/env.py
+++ b/src/mailman/database/alembic/env.py
@@ -63,6 +63,7 @@ def run_migrations_online():
alembic_cfg = Config()
alembic_cfg.set_main_option(
'script_location', expand_path(config.database['alembic_scripts']))
+ alembic_cfg.set_section_option('logger_alembic' ,'level' , 'ERROR')
url = expand(config.database.url, config.paths)
engine = create_engine(url)