summaryrefslogtreecommitdiff
path: root/configs/logger.conf.sample
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-10-02 17:54:21 +0000
committerJoshua Colp <jcolp@digium.com>2006-10-02 17:54:21 +0000
commite5203bb283943f666d4c592543837710a6c5518e (patch)
treeb00aa235889ea301fcb592c5815a01d51b48a246 /configs/logger.conf.sample
parent21b325443737e2c00951a473efc89818f80a6f15 (diff)
Add option to logger to rename log files with timestamp (issue #8020 reported by jmls)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44172 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/logger.conf.sample')
-rw-r--r--configs/logger.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/logger.conf.sample b/configs/logger.conf.sample
index 575d4d8e8..09099b6a0 100644
--- a/configs/logger.conf.sample
+++ b/configs/logger.conf.sample
@@ -24,6 +24,11 @@
; (defaults to queue_log)
;queue_log_name = queue_log
;
+; Rename the logfiles using a timestamp instead of a
+; sequence number when "logger rotate" is executed
+; (defaults to no).
+;rotatetimestamp = yes
+;
; This determines whether or not we log generic events to a file
; (defaults to yes).
;event_log = no