Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.1.4
-
None
Description
When issuing
MaxScale> flush logs
|
the log file is closed and then reopened and truncated.
That means that unless the file has been moved first, data will be lost.
The command should just cause the file to be reopened and if you want to reset the file you should manually remove the file and then issue flush logs or just
$ truncate -s 0 maxscale.log
|