Skip to content

We are rotating the mx logs 5 times, but we originally thought we should (#7058)

username-removed-75310 requested to merge (removed):develop into develop

only have the following logfiles in that directory ever: mx.log, mx.log.[1-5], with an optional .gz suffix.

However, we were wrong about the 'optional' part of the compression, we use the 'compress' option, so the logs will always be compressed. So there should never be the log files mx.log.1, mx.log.2, etc.

This change adjusts the clean-up to deal with that. (#7058)

https://github.com/leapcode/leap_platform/pull/97

Change-Id: I109d08ac063fe094c54e93be91893a67d7fbb51b

Merge request reports