[Home]

Summary:ASTERISK-03800: [patch] logger.conf queue_log doesn't work
Reporter:thansen (thansen)Labels:
Date Opened:2005-03-29 09:15:41.000-0600Date Closed:2008-01-15 15:30:48.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20050329__bug3890.diff.txt
Description:The logger.conf sample file claims that if you set queue_log to a blank entry, the queue log would automatically rotate. Doing this causes the following error:

Parsing /etc/asterisk/logger.conf
Logfile Warning: Unknown keyword '' at line 13 of logger.conf

Line 13 being the blank queue_log entry.

I imagine this is either a backport slip-up or something missing in logger.c.
Comments:By: Brian West (bkw918) 2005-03-29 09:17:22.000-0600

queue_log => filename?

/b

By: thansen (thansen) 2005-03-29 09:23:34.000-0600

Could you re-read what I wrote, please? Or perhaps even check the configs/logger.conf.sample file yourself?

By: Clod Patry (junky) 2005-03-29 11:49:46.000-0600

That would be better if you attach  your logger.conf ?

By: Tilghman Lesher (tilghman) 2005-03-29 12:45:08.000-0600

It doesn't appear to have ever been implemented.  I'd say we should take out the comment from logger.conf.sample.

By: Kevin P. Fleming (kpfleming) 2005-03-29 21:56:12.000-0600

Agreed, the code is not implemented, so the comment should go.

By: Brian West (bkw918) 2005-03-29 23:34:36.000-0600

thansen you don't have to be a jackass about it.  I just asked.. I don't run stable nor do I care to.

NEXT!!!

/b

By: Mark Spencer (markster) 2005-03-30 00:40:22.000-0600

Fixed in CVS head.  thanks.

By: Russell Bryant (russell) 2005-04-05 05:34:15

comment removed from the sample in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:29:18.000-0600

Repository: asterisk
Revision: 5303

U   trunk/configs/logger.conf.sample

------------------------------------------------------------------------
r5303 | markster | 2008-01-15 15:29:18 -0600 (Tue, 15 Jan 2008) | 2 lines

Take out unimplemented comment from logger.conf (bug ASTERISK-3800)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5303

By: Digium Subversion (svnbot) 2008-01-15 15:30:48.000-0600

Repository: asterisk
Revision: 5407

U   branches/v1-0/configs/logger.conf.sample

------------------------------------------------------------------------
r5407 | russell | 2008-01-15 15:30:47 -0600 (Tue, 15 Jan 2008) | 2 lines

remove unimplemented option (bug ASTERISK-3800)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5407