1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-13 18:50:53 +00:00

Two minor typos in logging.md

This commit is contained in:
jre 2017-07-21 12:49:15 +02:00 committed by Unrud
parent f9879c51aa
commit 680e73989d

View file

@ -58,8 +58,8 @@ permissions accordingly.
### Timed rotation of disk log files
An example **handler** configuration to write the log output to the file `/var/log/radicale/log` and rotate it .
Replace the section `handle_file` from the file logging example:
An example **handler** configuration to write the log output to the file `/var/log/radicale/log` and rotate it.
Replace the section `handler_file` from the file logging example:
```ini
[handler_file]
class = handlers.TimedRotatingFileHandler