Properly get the plugin logging messages to httpd errorlog
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
c3974fc8c5
commit
732e303232
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ DBName = koji
|
|||
DBUser = koji
|
||||
{% if env == "staging" %}
|
||||
DBHost = db-koji01
|
||||
LogLevel = DEBUG
|
||||
LogLevel = koji._koji_plugin__koji-fedoramessaging:DEBUG
|
||||
LogFormat = %(asctime)s [%(levelname)s] m=%(method)s u=%(user_name)s p=%(process)s r=%(remoteaddr)s %(name)s: %(message)s
|
||||
DBPass = {{ kojiStgPassword }}
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue