No more verbose logging to file

After upgrading my system I see no more dialplan details in my ‘/var/log/asterisk/full’ log. It has only brief messages in it.

Here is what I have:

[code]> logger show channels
Channel Type Status Configuration


/var/log/asterisk/full File Enabled - NOTICE WARNING ERROR VERBOSE DTMF
/var/log/asterisk/messages File Enabled - NOTICE WARNING ERROR
/var/log/asterisk/debug File Enabled - DEBUG
/var/log/asterisk/security File Enabled - SECURITY
Console Enabled - DEBUG NOTICE WARNING ERROR VERBOSE
/var/log/asterisk/full File Enabled - DEBUG NOTICE WARNING ERROR VERBOSE
[/code]

i’m using Asterisk 11.17.1

Have you enabled verbose logging (as against said where any that is produced should go).

How can I do that?

grep the sample files for “verbose”.

asterisk.conf has verbose= setting

I set it to 9, restarted. Works now. Thanks.

You appear to have /var/log/asterisk/full listed twice; once with and once without VERBOSE.