From: Ben Ford Date: Wed, 24 Mar 2021 15:52:30 +0000 (-0500) Subject: logger.conf.sample: Add more debug documentation. X-Git-Tag: 18.4.0-rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbfb8f2b9d84b303811f29ff162f6c7f4ba02baf;p=thirdparty%2Fasterisk.git logger.conf.sample: Add more debug documentation. Change-Id: Iff0e713f2120d8dce8e1e26924b99ed17f9d9dff --- diff --git a/configs/samples/logger.conf.sample b/configs/samples/logger.conf.sample index 98dd7b6a66..9e2fb35f28 100644 --- a/configs/samples/logger.conf.sample +++ b/configs/samples/logger.conf.sample @@ -131,10 +131,15 @@ ; fax ; security ; -; Verbose takes an optional argument, in the form of an integer level. -; Verbose messages with higher levels will not be logged to the file. If -; the verbose level is not specified, it will log verbose messages following -; the current level of the root console. +; Verbose takes an optional argument, in the form of an integer level. The +; verbose level can be set per logfile. Verbose messages with higher levels +; will not be logged to the file. If the verbose level is not specified, it +; will log verbose messages following the current level of the root console. +; +; Debug has multiple levels like verbose. However, it is a system wide setting +; and cannot be specified per logfile. You specify the debug level elsewhere +; such as the CLI 'core set debug 3', starting Asterisk with '-ddd', or in +; asterisk.conf 'debug=3'. ; ; Special level name "*" means all levels, even dynamic levels registered ; by modules after the logger has been initialized (this means that loading