Properly get the plugin logging messages to httpd errorlog

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-02-09 12:24:27 +10:00
parent c3974fc8c5
commit 732e303232

View file

@ -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 %}