[Home]

Summary:ASTERISK-01489: [request] Roll the Queue log into the general logging utilities
Reporter:oacyscom (oacyscom)Labels:
Date Opened:2004-04-28 14:36:59Date Closed:2011-06-07 14:05:20
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Currently, app_queue uses a separate set of functions to log events. Rolling these functions into the more complete common log functions would allow the queue logs to make use of current (i.e. log rotation) and future features.

****** ADDITIONAL INFORMATION ******

The instigating problem here is that the 'logger rotate' command in the manager does not rotate the queue_log file.
Comments:By: twisted (twisted) 2004-05-01 22:48:03

why don't we just patch logger.c to handle the queue logs also?

By: twisted (twisted) 2004-05-02 22:48:49

Use the following method (was recently accepted my markster as a viable method of rotating the logs:

add a line like this, and EXACTLY like this into logger.conf

queue_log =>

and the queue_log will be rotated when logger rotate is executed.  I'm gonna close this out for now, until we can come up with a better solution for this.