DocSpace-client/common/services/ASC.Radicale/radicale.log.config
Vashchuk Nikita bf41c21c4e Add Radicale
2021-05-11 18:05:46 +03:00

22 lines
388 B
Plaintext

[loggers]
keys = root
[handlers]
keys = file
[formatters]
keys = full
[logger_root]
# Change this to DEBUG or INFO for higher verbosity.
level = WARNING
handlers = file
[handler_file]
class = handlers.TimedRotatingFileHandler
# Specify the output file here.
args = ('','midnight', 1, 7)
formatter = full
[formatter_full]
format = %(asctime)s - [%(thread)x] %(levelname)s: %(message)s