From b38d496133f0a394462e68f65af71a2066b61441 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sat, 16 Nov 2019 10:12:08 +0100 Subject: [PATCH] Update logging --- Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuration.md b/Configuration.md index 8b9b05f..5f313ba 100644 --- a/Configuration.md +++ b/Configuration.md @@ -28,6 +28,7 @@ The nightly mode includes new features latest bugfixes, and of course newset bug You can set the loglevel of the integrated logfiles. Default is INFO, which is recommended for normal day use. DEBUG gives you more information, especially during converting books and sending e-mails. WARNING and ERROR are less noisy as all other settings and create almost no entries. The logfiles are rotating automatically after 10kbytes of logged information are reached. The 2 old versions are backuped.\ You can specifiy a different name and different location for the logfile. logfile.log creates a logfile with this name in the Calibre-Web folder, where c:\bücher\log.log creates a logfile with the name log.log in the "bücher" folder on drive "c:". Please make sure Calibre-Web has write access to the folder you specify. +On linux you can use "/dev/stderr" to log to standard-error or "/dev/stdout" to log to the standard output. ### Feature Configuration