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:
parent
f9879c51aa
commit
680e73989d
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ permissions accordingly.
|
||||||
|
|
||||||
### Timed rotation of disk log files
|
### 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 .
|
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:
|
Replace the section `handler_file` from the file logging example:
|
||||||
```ini
|
```ini
|
||||||
[handler_file]
|
[handler_file]
|
||||||
class = handlers.TimedRotatingFileHandler
|
class = handlers.TimedRotatingFileHandler
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue