Log Debug

Home » Asterisk Users » Log Debug
Asterisk Users No Comments

hi,

i want debug only app_queue (asterisk 13.9)

i have this configuration

[general]
[logfiles]
console => notice,warning,error messages => notice,warning,error
;full => notice,warning,error,debug,verbose debug => debug

syslog.local1 => warning,error

but after

asterisk*CLI> core set debug 1 app_queue Core debug was 0 and has been set to 1 for ‘app_queue’.

i see a ton of

[Jun 24 11:11:45] DEBUG[26980][C-0000251e] audiohook.c: Write factory
0xc86229c was pretty quick last time, waiting for them.
[Jun 24 11:11:45] DEBUG[26434][C-00002516] audiohook.c: Read factory
0x91fc247c was pretty quick last time, waiting for them.
[Jun 24 11:11:45] DEBUG[26980][C-0000251e] audiohook.c: Write factory
0xc86229c was pretty quick last time, waiting for them.
[Jun 24 11:11:45] DEBUG[26980][C-0000251e] audiohook.c: Write factory
0xc86229c was pretty quick last time, waiting for them.

is it possible to see only debug for app_queue?