koji_hub: try to setup the loglevel in staging

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-03-12 09:45:52 +01:00 committed by Pierre-Yves Chibon
parent c7c4320c93
commit 05905e6904

View file

@ -5,6 +5,8 @@ DBName = koji
DBUser = koji
{% if env == "staging" %}
DBHost = db-koji01
LogLevel = koji:INFO koji-fedmsg-plugin:INFO
LogFormat = %(asctime)s [%(levelname)s] m=%(method)s u=%(user_name)s p=%(process)s r=%(remoteaddr)s %(name)s: %(message)s
{% else %}
DBHost = db-koji01
{% endif %}