mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 06:41:43 +00:00
refactor: remove custom access logger
It is fine when application is able to log request, however, normally it produces a lot noise, which has been handled by adding special logger. However, nowadays it requires a lot endpoints to be filtered and doesn't provide any choice. Instead of it lets disable access logger by default and let users decide do they need or not to see access log messages
This commit is contained in:
@ -36,7 +36,7 @@ level = DEBUG
|
||||
qualname = root
|
||||
|
||||
[logger_http]
|
||||
level = DEBUG
|
||||
level = WARNING
|
||||
qualname = http
|
||||
propagate = 0
|
||||
|
||||
|
Reference in New Issue
Block a user