summaryrefslogtreecommitdiff
path: root/src/mailman/database/alembic/env.py
diff options
context:
space:
mode:
authorAbhilash Raj2014-09-25 15:28:46 +0530
committerAbhilash Raj2014-09-25 15:28:46 +0530
commitf2c619de76bd1614a6609f1a61e34ecf8a4344fc (patch)
tree112e4ad6c50e11e7a33dae4a12b02aa99cec19fd /src/mailman/database/alembic/env.py
parent03647b16eb75cc841bb15c3c48ac5f18f77118b8 (diff)
downloadmailman-f2c619de76bd1614a6609f1a61e34ecf8a4344fc.tar.gz
mailman-f2c619de76bd1614a6609f1a61e34ecf8a4344fc.tar.zst
mailman-f2c619de76bd1614a6609f1a61e34ecf8a4344fc.zip
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 11ea8f6da..2d9d48fd7 100644
--- a/src/mailman/database/alembic/env.py
+++ b/src/mailman/database/alembic/env.py
@@ -57,6 +57,7 @@ def run_migrations_online():
alembic_cfg= Config()
alembic_cfg.set_main_option(
"script_location", config.alembic['script_location'])
+ alembic_cfg.set_section_option('logger_alembic' ,'level' , 'ERROR')
url = expand(config.database.url, config.paths)
engine = create_engine(url)