[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
Re: Re: axc ( Get VAR in Log) ?
Quoting Gregg Liming (2/16/07 3:10 PM):
>> FYI I do get xAP CTI messages and Meteor CID messages.
>> Just want these messages below to Stop.
>> every second there is another. Any Ideas would be nice.
>
> Understood. I will try to do some googling on trixbox and this DEBUG
> stuff.
... or grep-ing the source code... which led me to
/etc/asterisk/logger.conf
Do you have any setting in this file that looks like:
full => notice,warning,error,debug,verbose
if so, consider removing the debug option such that it looks like:
full => notice,warning,error,verbose
For that matter, look for any other line in this file that includes
debug in it and consider removing it. You can safely ignore any lines
that are commented out. I don't know if a simple "reload" will
see the
new settings or whether you will have to stop and then start asterisk.
Let me know if this doesn't resolve the issue and I'll keep looking.
BTW: Directly from the asterisk config file, the following quote:
-------------------
We highly recommend that you DO NOT turn on debug mode if you are simply
running a production system. Debug mode turns on a LOT of extra
messages, most of which you are unlikely to understand without an
understanding of the underlying code.
-------------------
Gregg
xAP_Automation Main Index |
xAP_Automation Thread Index |
xAP_Automation Home |
Archives Home
|