mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Rename to just "error".
This commit is contained in:
parent
764d9d439a
commit
0f5d9df8b4
@ -191,7 +191,7 @@ class Logger(object):
|
|||||||
# set syslog handler
|
# set syslog handler
|
||||||
if cfg.syslog:
|
if cfg.syslog:
|
||||||
self._set_syslog_handler(
|
self._set_syslog_handler(
|
||||||
self.error_log, cfg, self.syslog_fmt, "errors"
|
self.error_log, cfg, self.syslog_fmt, "error"
|
||||||
)
|
)
|
||||||
self._set_syslog_handler(
|
self._set_syslog_handler(
|
||||||
self.access_log, cfg, self.syslog_fmt, "access"
|
self.access_log, cfg, self.syslog_fmt, "access"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user