diff --git a/Installing-on-OpenBSD-7.6.md b/Installing-on-OpenBSD-7.6.md index 8813395..1839585 100644 --- a/Installing-on-OpenBSD-7.6.md +++ b/Installing-on-OpenBSD-7.6.md @@ -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.