Page 1 of 1

Disable all DEBUG output

PostPosted: Thu Feb 18, 2016 8:58 am
by TieFighter
Hi,

I figure out high volume of verbose output on Vicidial log files. Is it possible to disable all verbose on log files and turn it on when needed?

My setup summary is on my signature.

Re: Disable all DEBUG output

PostPosted: Sun Feb 21, 2016 6:52 pm
by williamconley
Code: Select all
/etc/asterisk/logger.conf


This file controls which output goes to which files AND to the console. VERBOSE is one of the options. 8-)

Code: Select all
asterisk -rx "logger rotate"


after any changes. you'll note that this also causes the logger to generate a new file (handy for troubleshooting ... rotate before and after tests to get a single non-changing file with your test in it!)

Re: Disable all DEBUG output

PostPosted: Sun Feb 21, 2016 7:13 pm
by TieFighter
I didn't mean Asterisk logfile, it's already disabled. I want to silence ViciDial/astguiconf output. I'd like to disable /var/log/astguiconf/ logfiles.

Re: Disable all DEBUG output

PostPosted: Sun Feb 21, 2016 7:22 pm
by williamconley
Admin->Servers

There's a setting on each server record. 8-)