diff options
| author | Barry Warsaw | 2014-09-27 20:17:05 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2014-09-27 20:17:05 -0400 |
| commit | 2fcc921b2cca02976a7b1ca8da4f15d55595974e (patch) | |
| tree | a992a10f3859b892287bf7d2510bdd190cf457db /src/mailman/database/alembic/env.py | |
| parent | b3500aefb15c63ccf60ab4508868f770ffd2d309 (diff) | |
| parent | 95fc64b4894e5985bb8d0e5e944b2cda38c9a58c (diff) | |
| download | mailman-2fcc921b2cca02976a7b1ca8da4f15d55595974e.tar.gz mailman-2fcc921b2cca02976a7b1ca8da4f15d55595974e.tar.zst mailman-2fcc921b2cca02976a7b1ca8da4f15d55595974e.zip | |
Diffstat (limited to 'src/mailman/database/alembic/env.py')
| -rw-r--r-- | src/mailman/database/alembic/env.py | 1 |
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) |
