aboutsummaryrefslogtreecommitdiffstats
path: root/configs/logger.conf.sample
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-26 17:09:01 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-26 17:09:01 +0000
commita07063408bad08fea6c39e59ec870840e2509375 (patch)
treeb676942e9d5273c20ae5f322b2d6fde63e61ccff /configs/logger.conf.sample
parent4dc96c2df6dce3d2159dc9c7a076748b38393d73 (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: http://svn.digium.com/svn/asterisk/trunk@43666 f38db490-d61c-443f-a65b-d21fe96a405b
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