From 1488b31a382b5028f3fe9ccc9c339a243fb99026 Mon Sep 17 00:00:00 2001 From: Luke Valenta Date: Fri, 20 Oct 2023 11:54:41 -0400 Subject: [PATCH] doc: document '-L -1' option for debug logging output --- doc/chronyd.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/chronyd.adoc b/doc/chronyd.adoc index e44aac5..b4e382c 100644 --- a/doc/chronyd.adoc +++ b/doc/chronyd.adoc @@ -72,9 +72,9 @@ terminal. *-L* _level_:: This option specifies the minimum severity level of messages to be written to -the log file, syslog, or terminal. The following levels can be specified: -0 (informational), 1 (warning), 2 (non-fatal error), and 3 (fatal error). The -default value is 0. +the log file, syslog, or terminal. The following levels can be specified: -1 +(debug, if compiled with enabled support for debugging), 0 (informational), 1 +(warning), 2 (non-fatal error), and 3 (fatal error). The default value is 0. *-p*:: When run in this mode, *chronyd* will print the configuration and exit. It will