1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-07 18:30:54 +00:00

Added note about UTF-8 in logs

fiwswe 2024-10-27 02:43:25 +01:00
parent 42dc4f3840
commit 39a980ba5b

@ -80,6 +80,8 @@ daemon.info /var/log/radicale
15. [Optional] Set up log rotation for the Radicale log file by adding something like the following to `/etc/newsyslog.conf`:\
`/var/log/radicale 644 7 250 * Z`
Note: The [OpenBSD](https://openbsd.org) [syslog(3)](https://man.openbsd.org/syslog.3) mechanism mangles UTF-8 characters outside the 7-bit ASCII range. It is unknown whether that would be an issue for Radicale?
# Managing the service
FYI only (this is general [OpenBSD](https://openbsd.org) knowledge, not specific to Radicale). See [rcctl(8)](https://man.openbsd.org/rcctl) for details.