Asterisk no longer logs Verbose in CLI

Hello,

I installed Asterisk 11 (SVN-branch-11-r379808) and my Verbose logs were displayed in console. But after I installed CURL and rebuilt asterisk, Verbose logs don’t display anymore.

This what I have done:

$ sudo apt-get install libcurl4-openssl-dev $ cd ~/src/asterisk-complete/asterisk/11 $ ./configure $ make $ sudo make install $ sudo make config

That happened on another server too …

What shall I do to fix this ?

If you only need a verbose output in the CLI, try issuing this command in the Asterisk CLI:

core set verbose 3

Thats for verbose CLI output…what about:

…for verbose logging?