fix typo in log naming

This commit is contained in:
Evgenii Alekseev 2021-08-17 01:02:36 +03:00
parent f488105fd2
commit 899603e4b9

View File

@ -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",)