Reduce the verbosity of sqlalchemy in the logs

This commit is contained in:
Pierre-Yves Chibon 2013-11-22 11:11:44 +01:00
parent 07c21f1a16
commit 804d2948dd

View file

@ -116,7 +116,7 @@ handlers =
qualname = tahrir
[logger_sqlalchemy]
level = INFO
level = WARN
handlers =
qualname = sqlalchemy.engine
# "level = INFO" logs SQL queries.