summaryrefslogtreecommitdiff
path: root/CHANGES
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 /CHANGES
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 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4db325621..2a9a0ca1a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,3 +19,5 @@ Changes since Asterisk 1.4-beta was branched:
and/or H.450 supplementary service)
* Added keepstats option to queues.conf which will keep queue
statistics during a reload.
+ * Added rotatetimestamp option to logger.conf which will use
+ the time to name the logger files instead of sequence number.