aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
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 /CHANGES
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 '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.