No debug in CLI

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.

core set debug 7 chan_usbradio.so

Thanks for the answer, but it didn’t help .
Still nothing on the CLI.

73 Patrick

I’ve rebooted the RPi and it seems to work.

BTW, where can I find some documentation about the debug commands ?

Thanks,

Edit /etc/asterisk/logger.conf and add “debug” and “verbose” to the console=> and messages.log statements. Then restart/reload Asterisk.

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/