]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
logger.conf.sample: Add more debug documentation.
authorBen Ford <bford@digium.com>
Wed, 24 Mar 2021 15:52:30 +0000 (10:52 -0500)
committerJoshua Colp <jcolp@sangoma.com>
Thu, 25 Mar 2021 14:27:23 +0000 (09:27 -0500)
Change-Id: Iff0e713f2120d8dce8e1e26924b99ed17f9d9dff

configs/samples/logger.conf.sample

index 52f88734fa81912a2bfc11ee68b02bff6775a3f2..295b863a4ebb24839daca016b52a265a44fa95e6 100644 (file)
 ;    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