summaryrefslogtreecommitdiff
path: root/CHANGELOG-3.6.md
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-04-07 14:44:42 -0400
committerBernard Normier <bernard@zeroc.com>2016-04-07 14:44:42 -0400
commit633b89257899593644a024d1a0d8eceeab324446 (patch)
tree748d0c4e6bad2aa5afea94156a89e74491e29a16 /CHANGELOG-3.6.md
parentWindows build fixes (diff)
downloadice-633b89257899593644a024d1a0d8eceeab324446.tar.bz2
ice-633b89257899593644a024d1a0d8eceeab324446.tar.xz
ice-633b89257899593644a024d1a0d8eceeab324446.zip
Reworked log file archiving entry
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r--CHANGELOG-3.6.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md
index c4610081dac..059a586c263 100644
--- a/CHANGELOG-3.6.md
+++ b/CHANGELOG-3.6.md
@@ -40,12 +40,11 @@ These are the changes since Ice 3.6.2.
## C++ Changes
-- Added support for archiving log files, the property Ice.LogFile.SizeMax
- controls the maximum size in bytes that a log file is allowed to grow,
- when the log file maximum size is exceed the log file contents are archived
- and a new log file is started. The Ice.LogFile.SizeMax property is set to 0
- by default in this case the log file size is unlimited and log files are
- never archived.
+- Added support for archiving log files. The property Ice.LogFile.SizeMax
+ controls the maximum size in bytes of log files; when a log file reaches
+ this size, the log file is renamed and a new log file is started.
+ The Ice.LogFile.SizeMax property is set to 0 by default, which means the
+ log file size is unlimited and a single log file is created.
# Changes in Ice 3.6.2