summaryrefslogtreecommitdiff
path: root/configs/logger.conf.sample
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2006-09-26 17:09:01 +0000
committerJason Parker <jparker@digium.com>2006-09-26 17:09:01 +0000
commitfe1a3b88777c31ddbf1a9d001df1055060d4b5f1 (patch)
treeb676942e9d5273c20ae5f322b2d6fde63e61ccff /configs/logger.conf.sample
parentec83b111831fe865753f5b1c382ab73750685e50 (diff)
Add optional queue_log_name config option for logger.conf, to change the
name of the queue_log file. Issue #7363, patch by Steve Davies, slightly modified by me. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43666 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/logger.conf.sample')
-rw-r--r--configs/logger.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/logger.conf.sample b/configs/logger.conf.sample
index f2ff0ea7e..575d4d8e8 100644
--- a/configs/logger.conf.sample
+++ b/configs/logger.conf.sample
@@ -20,6 +20,10 @@
; (defaults to yes).
;queue_log = no
;
+; Set the queue_log filename
+; (defaults to queue_log)
+;queue_log_name = queue_log
+;
; This determines whether or not we log generic events to a file
; (defaults to yes).
;event_log = no