[Home]

Summary:ASTERISK-24446: logger.conf
Reporter:jared terrell (boatman810)Labels:
Date Opened:2014-10-22 15:51:16Date Closed:2014-10-28 11:26:34
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/Logging
Versions:11.6.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:redhat 7Attachments:
Description:logger.conf has following
getting at best just notice and warnings in full and messages file
fax is getting nothing

[general]

[logfiles ]
console       => notice, warning, error, debug, verbose 15
messages      => notice, warning, error, debug, error
full          => notice, warning, error, debug, verbose 15
debug         => debug
syslog.local1 => notice, warning, error,debug, verbose
fax      => notice, warning, error, debug, fax, dtmf, fax
Comments:By: Richard Mudgett (rmudgett) 2014-10-22 16:54:21.964-0500

This looks like a configuration issue and should be discussed on the asterisk-users mailing list or #asterisk IRC channel.

There is a space after logfiles in the {{\[logfiles\]}} section header and there should be parentheses around the 15 for the verbose level.
{noformat}
[logfiles]
console => notice,warning,error,debug,verbose(15)
{noformat}