Browse Source

[master] Added Changelog entry 1287 for Trac 5324.

Thomas Markwalder 7 years ago
parent
commit
c885228d13
1 changed files with 7 additions and 0 deletions
  1. 7 0
      ChangeLog

+ 7 - 0
ChangeLog

@@ -1,3 +1,10 @@
+1287.	[bug]		tmark
+	Logger configuration now correctly uses maxsize and maxver parameters,
+	allowing log rotation to function properly.  Prior to this these values
+	were not being propagatedc downard, causing log rotation to always be
+	disabled.  The defaults for maxsize and maxver are 10Mb and 1 respectively.
+	(Trac #5324, git 75f148458bdeeed27eb877cc2c3ce3069b152f38)
+
 1286.	[func]		marcin
 	Configured subnets are now indexed by subnet identifier and
 	prefix for faster subnet lookups in the configuration.