From 39a980ba5b2126b500b6cd7b5e0db4c8a109bc1a Mon Sep 17 00:00:00 2001 From: fiwswe <53953985+fiwswe@users.noreply.github.com> Date: Sun, 27 Oct 2024 02:43:25 +0100 Subject: [PATCH] Added note about UTF-8 in logs --- Installing-on-OpenBSD-7.6.md | 2 ++ 1 file changed, 2 insertions(+) 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.