mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
Added note about UTF-8 in logs
parent
42dc4f3840
commit
39a980ba5b
1 changed files with 2 additions and 0 deletions
|
@ -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`:\
|
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`
|
`/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
|
# 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.
|
FYI only (this is general [OpenBSD](https://openbsd.org) knowledge, not specific to Radicale). See [rcctl(8)](https://man.openbsd.org/rcctl) for details.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue