[asterisk-bugs] [JIRA] (ASTERISK-25946) queue_log being created even if app_queue is not loaded or existing

Rusty Newton (JIRA) noreply at issues.asterisk.org
Wed Apr 20 09:42:56 CDT 2016


     [ https://issues.asterisk.org/jira/browse/ASTERISK-25946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rusty Newton updated ASTERISK-25946:
------------------------------------

    Assignee: Private Name
      Status: Waiting for Feedback  (was: Triage)

>From logger.conf

{noformat}
; This determines whether or not we log queue events to a file
; (defaults to yes).
;queue_log = no
;
; Determines whether the queue_log always goes to a file, even
; when a realtime backend is present (defaults to no).
;queue_log_to_file = yes
;
; Set the queue_log filename
; (defaults to queue_log)
;queue_log_name = queue_log
{noformat}

Have you tried disabling the queue_log in logger.conf?

> queue_log being created even if app_queue is not loaded or existing
> -------------------------------------------------------------------
>
>                 Key: ASTERISK-25946
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25946
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/Logging
>    Affects Versions: 11.22.0-rc1
>         Environment: Linux Centos 7 64
>            Reporter: Private Name
>            Assignee: Private Name
>            Severity: Minor
>
> The file queue_log gets created and written to, but there is no app_queue loaded and it happens even if I erase the module app_queue.so from the machine. This is very heavy for the machine, because I have 1000+ asterisk processes and this the file handle count goes through the roof. How can we avoid creating this file. Also, the file has weird information no related to the contents of queues.conf.
> 1456002830|NONE|NONE|NONE|QUEUESTART|
> 1456232009|NONE|NONE|NONE|CONFIGRELOAD|
> 1456917376|NONE|NONE|NONE|QUEUESTART|
> 1457972777|NONE|NONE|NONE|QUEUESTART|
> 1459221859|NONE|NONE|NONE|QUEUESTART|
> 1459222705|NONE|NONE|NONE|QUEUESTART|
> 1459256830|NONE|NONE|NONE|QUEUESTART|
> 1459257587|NONE|NONE|NONE|QUEUESTART|
> 1459257716|NONE|NONE|NONE|QUEUESTART|
> 1459257850|NONE|NONE|NONE|CONFIGRELOAD|
> Where all these entries come from? The numbers in the left column are not anywhere in my /etc/asterisk directory.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list