From 17413fd5703514c19389106628fe306715b3e3cc Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 22 Jul 2023 19:15:19 -0400 Subject: [PATCH] calibre-web/README.rst: Outline log levels --- roles/calibre-web/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/calibre-web/README.rst b/roles/calibre-web/README.rst index 44df76aa4..cc8fb2b3b 100644 --- a/roles/calibre-web/README.rst +++ b/roles/calibre-web/README.rst @@ -56,6 +56,12 @@ You can manage the backend Calibre-Web server with these systemd commands:: systemctl status calibre-web systemctl stop calibre-web +Errors and warnings can be seen if you run:: + + journalctl -u calibre-web + +Log verbosity level can be `adjusted `_ within Calibre-Web's web **Configuration > Basic Configuration > Logfile Configuration**. + Configuration -------------