Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2012-02-17 Thread Bruce B
uary 16, 2012 8:06 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] High verbose set at console effects the > logger > file "Full" - Why is that? > > > It's not in Asterisk 10, it's in the current trunk,

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2012-02-16 Thread Luke Hamburg
terisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that? It's not in Asterisk 10, it's in the current trunk, which will eventually become Asterisk 11. The patch, while a very

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2012-02-16 Thread Matthew Jordan
- Original Message - > From: "Patrick Lists" > To: "Asterisk Users Mailing List - Non-Commercial Discussion" > > Sent: Thursday, February 16, 2012 6:32:13 PM > Subject: Re: [asterisk-users] High verbose set at console effects the logger > file &qu

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2012-02-16 Thread Patrick Lists
On 16-02-12 20:18, Luke Hamburg wrote: https://reviewboard.asterisk.org/r/1599/ I so wish that this patch would be backported to the 1.8 branch! I am considering switching to trunk just for this alone. I know it's a stretch but, given the popularity of running Fail2Ban alongside Asterisk, could

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2012-02-16 Thread Mike
mailto:asterisk-users- > boun...@lists.digium.com] On Behalf Of Luke Hamburg > Sent: Thursday, February 16, 2012 2:18 PM > To: 'Asterisk Users Mailing List - Non-Commercial Discussion' > Subject: Re: [asterisk-users] High verbose set at console effects the >

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2012-02-16 Thread Luke Hamburg
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Tzafrir Cohen Sent: Saturday, December 31, 2011 5:06 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is t

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2011-12-31 Thread Bruce B
On Sat, Dec 31, 2011 at 5:06 AM, Tzafrir Cohen wrote: > On Fri, Dec 30, 2011 at 09:03:34PM -0500, Bruce B wrote: > > So, based on what you are saying if I issue the command "core set verbose > > 0" and then exit the system Fail2Ban will stop working for Asterisk (this > > is since Fail2ban works b

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2011-12-31 Thread Tzafrir Cohen
On Fri, Dec 30, 2011 at 09:03:34PM -0500, Bruce B wrote: > So, based on what you are saying if I issue the command "core set verbose > 0" and then exit the system Fail2Ban will stop working for Asterisk (this > is since Fail2ban works based on the log file entries). > > Can anyone else please conf

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2011-12-30 Thread Bruce B
So, based on what you are saying if I issue the command "core set verbose 0" and then exit the system Fail2Ban will stop working for Asterisk (this is since Fail2ban works based on the log file entries). Can anyone else please confirm that as well. Thanks again for your input. On Fri, Dec 30, 20

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2011-12-30 Thread Jim Dickenson
-- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Dec 30, 2011, at 4:55 PM, Bruce B wrote: > > One can set the verbose level as well as the debug level. These control how > much log information is generated at all not where it is being written. > > What do you mean b

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2011-12-30 Thread Bruce B
> > > One can set the verbose level as well as the debug level. These control > how much log information is generated at all not where it is being written. > > What do you mean by above? Can I see something in the logger.conf that will keep it always at certain verbose level regardless of what comm

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2011-12-30 Thread Jim Dickenson
Yes, you are missing the fact that the verbose setting controls what level of output will be generated in the first place. You can raise and lower the amount of stuff logged/printed on CLI. The lines in logger.conf control what types of lines go to which place. One can set the verbose level as

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2011-12-30 Thread Bruce B
Okay, but I thought that the line "console =>" is supposed to be for CLI and the line "Full =>" is supposed to be for the file /var/log/asterisk/full. Why would the "Full =>" be effected by "core set verbose 0"? Is this just bad assumption on the part of the developers? I would only assume that "c

Re: [asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2011-12-30 Thread Jim Dickenson
If you want to stop stuff from going to the console you can use the command "logger mute" and console will not get output but log file will. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Dec 30, 2011, at 3:11 PM, Bruce B wrote: > Hi everyone, > > I am playing aroun

[asterisk-users] High verbose set at console effects the logger file "Full" - Why is that?

2011-12-30 Thread Bruce B
Hi everyone, I am playing around with Asterisk 1.8.8.0 from Digium repository. This is all there is to my logger.conf file: *[general]* *dateformat=%F %T* * * *[logfiles]* *full => notice,warning,error,debug,verbose,dtmf,fax* * * However, when I do, "core set verbose 0" at CLI, Asterisk ceases to