Changeset - 33c951c70895
[Not reviewed]
default
0 1 0
Mads Kiilerich (mads) - 6 years ago 2020-07-18 16:52:16
mads@kiilerich.com
Grafted from: b697b8941e73
logging: replace deprecated log.warn with log.warning
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/config/app_cfg.py
Show inline comments
 
@@ -109,7 +109,7 @@ def setup_configuration(app):
 
        mercurial.encoding.encoding = hgencoding
 

	
 
    if config.get('ignore_alembic_revision', False):
 
        log.warn('database alembic revision checking is disabled')
 
        log.warning('database alembic revision checking is disabled')
 
    else:
 
        dbconf = config['sqlalchemy.url']
 
        alembic_cfg = alembic.config.Config()
0 comments (0 inline, 0 general)