koji_hub: try to setup the loglevel in staging
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
c7c4320c93
commit
05905e6904
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue