TK5EP
1
Hi,
I’ve no debug output in the Asterisk CLI, despite the fact that I’ve set it in the logger.conf file.
debug.log => debug
console => notice,warning,error,debug,verbose
messages.log => notice,warning,error,dtmf
In CLI I do :
core set debug 7 radio.so
I remember that it worked before last upgrade.
What’s wrong ?
Thanks, Patrick.
kb4mdd
2
core set debug 7 chan_usbradio.so
TK5EP
3
Thanks for the answer, but it didn’t help .
Still nothing on the CLI.
73 Patrick
TK5EP
4
I’ve rebooted the RPi and it seems to work.
BTW, where can I find some documentation about the debug commands ?
Thanks,
N8EI
5
Edit /etc/asterisk/logger.conf
and add “debug” and “verbose” to the console=>
and messages.log
statements. Then restart/reload Asterisk.
kb4mdd
6
I am not sure what type of documentation you want for the debugging commands. You can use core set debug
on any of the loaded modules.
The tab key can be pressed after the debug level to show all of the available modules.
Here are links about general debugging:
https://docs.asterisk.org/Development/Debugging/CLI-commands-useful-for-debugging/
https://docs.asterisk.org/Operation/Logging/Collecting-Debug-Information/