From f26facba3ece936add9fd452949fd4ce1760b31a Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 24 Nov 2024 17:10:07 +0100 Subject: [PATCH] cosmetics related to logging doc --- DOCUMENTATION.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 58ae1719..62ed0ade 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -625,7 +625,7 @@ git log In case of problems, make sure you run radicale with ``--debug`` switch and inspect the log output. For more information, please visit -[section on logging.]({{ site.baseurl }}/logging/) . +[section on logging](#logging-overview). Reason for problems can be - SELinux status -> check related audit log @@ -1485,11 +1485,11 @@ address books that are direct children of the path `/USERNAME/`. Delete collections by deleting the corresponding folders. -### Logging +### Logging overview Radicale logs to `stderr`. The verbosity of the log output can be controlled with `--debug` command line argument or the `level` configuration option in -the `logging` section. +the [logging](#logging) section. ### Architecture