mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-23 21:19:09 +00:00
res_pjproject: Allow mapping to Asterisk TRACE level
Allow mapping pjproject log messages to the Asterisk TRACE log level. The defaults were also changes to log pjproject levels 3,4 to DEBUG and 5,6 to TRACE. Previously 3,4,5,6 all went to DEBUG. ASTERISK-29582 Change-Id: I859a37a8dec263ed68099709cfbd3e665324c72d
This commit is contained in:
@@ -52,5 +52,8 @@
|
||||
; (default: "")
|
||||
;asterisk_debug = ; A comma separated list of pjproject log levels to map to
|
||||
; Asterisk debug
|
||||
; (default: "3,4,5,6")
|
||||
; (default: "3,4")
|
||||
;asterisk_trace = ; A comma separated list of pjproject log levels to map to
|
||||
; Asterisk trace
|
||||
; (default: "5,6")
|
||||
;type= ; Must be of type log_mappings (default: "")
|
||||
|
Reference in New Issue
Block a user