Documentation
Configuration / log.max_files
This option enables you to specify the max files in rotation when a log file gets bigger than the specified log.max_size it will be rotated.
This feature is very useful to keep the logs at a fixed size.
$moxieManagerConfig['log.max_files'] = "10";