Bug #83975 Allow To Configure maxlogentries For LogDestination
Submitted: 26 Nov 2016 8:28
Reporter: Mikiya Okuno Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S4 (Feature request)
Version:7.5.4 OS:Any
Assigned to: CPU Architecture:Any

[26 Nov 2016 8:28] Mikiya Okuno
Description:
Currently, FILE log handler for LogDestination option accepts three parameters: filename, maxsize and maxfiles. However, it rotates every 10000 log entries no matter what value is specified to maxsize. Although 10000 log entries per log file is big, there is no reason not to allow change this parameter by user.

How to repeat:
n/a

Suggested fix:
Add a new parameter for FILE log handler.