mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 14:28:24 +00:00
logger.conf.sample: Add more debug documentation.
Change-Id: Iff0e713f2120d8dce8e1e26924b99ed17f9d9dff
This commit is contained in:
committed by
Friendly Automation
parent
cd090efde6
commit
464ecc1d82
@@ -131,10 +131,15 @@
|
|||||||
; fax
|
; fax
|
||||||
; security
|
; security
|
||||||
;
|
;
|
||||||
; Verbose takes an optional argument, in the form of an integer level.
|
; Verbose takes an optional argument, in the form of an integer level. The
|
||||||
; Verbose messages with higher levels will not be logged to the file. If
|
; verbose level can be set per logfile. Verbose messages with higher levels
|
||||||
; the verbose level is not specified, it will log verbose messages following
|
; will not be logged to the file. If the verbose level is not specified, it
|
||||||
; the current level of the root console.
|
; 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
|
; Special level name "*" means all levels, even dynamic levels registered
|
||||||
; by modules after the logger has been initialized (this means that loading
|
; by modules after the logger has been initialized (this means that loading
|
||||||
|
|||||||
Reference in New Issue
Block a user