mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 23:37:18 +00:00
fix typo in log naming
This commit is contained in:
parent
810091cde9
commit
cb328ad797
@ -32,7 +32,7 @@ formatter = generic_format
|
|||||||
args = ("/var/log/ahriman/http.log", "a", 20971520, 20)
|
args = ("/var/log/ahriman/http.log", "a", 20971520, 20)
|
||||||
|
|
||||||
[handler_syslog_handler]
|
[handler_syslog_handler]
|
||||||
class = logging.handlers.SysLogFileHandler
|
class = logging.handlers.SysLogHandler
|
||||||
level = DEBUG
|
level = DEBUG
|
||||||
formatter = syslog_format
|
formatter = syslog_format
|
||||||
args = ("/dev/log",)
|
args = ("/dev/log",)
|
||||||
|
Loading…
Reference in New Issue
Block a user