View previous topic :: View next topic |
Author |
Message |
gonvaled at gonvaled.com Guest
|
Posted: Fri Sep 19, 2014 6:23 am Post subject: [asterisk-users] Show Log(NOTICE) messages on the console |
|
|
Hi,
I have asterisk running as daemon. I connect to my running asterisk servers with:
sudo asterisk -r
In one asterisk instance (11.2.1) I see Log(NOTICE) messages, which is what I want.
In another instance (11.7.0~dfsg-1ubuntu1) I do not see the Log(NOTICE) messages. To see them I must make the cli very verbose (sudo asterisk -rvvvv or more), which is **not** what I want (I really only want to see NOTICEs comming from asterisk or from my dialplan)
I have also played with the -d flag (like sudo asterisk -rddvv), but still no luck: either I see too much, or I do not see NOTICEs.
How can I consistently enable the display of Log messages above NOTICE (including) with *any* version of asterisk? I *only* want to see Log messages (for example, I do not want to see the steps executed from the dialplan, which make the console overwhelmed with messages and impossible to follow)
Thanks and regards,
Daniel Gonzalez |
|
Back to top |
|
|
jthomasdpu at gmail.com Guest
|
Posted: Fri Sep 19, 2014 12:24 pm Post subject: [asterisk-users] Show Log(NOTICE) messages on the console |
|
|
logger.conf... You should start by comparing that file between the two servers. Not sure if it's still called logger.conf in asterisk 11 though. |
|
Back to top |
|
|
mjordan at digium.com Guest
|
Posted: Fri Sep 19, 2014 12:38 pm Post subject: [asterisk-users] Show Log(NOTICE) messages on the console |
|
|
On Fri, Sep 19, 2014 at 12:24 PM, James Thomas <jthomasdpu@gmail.com (jthomasdpu@gmail.com)> wrote:
Quote: | logger.conf... You should start by comparing that file between the two servers. Not sure if it's still called logger.conf in asterisk 11 though.
|
It is still called logger.conf.
(We don't change *that* much in new versions...)
--
Matthew Jordan
Digium, Inc. | Engineering Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: http://digium.com & http://asterisk.org |
|
Back to top |
|
|
|