aboutsummaryrefslogtreecommitdiffstats
path: root/configs/logger.conf.sample
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-02 17:54:21 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-02 17:54:21 +0000
commit33398613e71f2769d1d9348962022b53db0bcfcb (patch)
treeb00aa235889ea301fcb592c5815a01d51b48a246 /configs/logger.conf.sample
parentc6f8f943b80fd86a227ba179fac21661b307c2c2 (diff)
Add option to logger to rename log files with timestamp (issue #8020 reported by jmls)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44172 f38db490-d61c-443f-a65b-d21fe96a405b
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