mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Add notes about security
This commit is contained in:
parent
e72a006a5a
commit
73199f4602
2 changed files with 22 additions and 8 deletions
|
@ -51,6 +51,11 @@ format = %(asctime)s - [%(thread)x] %(levelname)s: %(message)s
|
|||
You can specify multiple **logger**, **handler** and **formatter** if you want
|
||||
to have multiple simultaneous log outputs.
|
||||
|
||||
The parent folder of the log files must exist and must be writable by Radicale.
|
||||
|
||||
**Security:** The log files should not be readable by unauthorized users. Set
|
||||
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 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue