Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
(Requires: 3.0.2+)
This option enables you to specify the file name format for the log files. The {level} will be replaced with the current log level. So for example if you want all messages in one file you can specify something like messages.log if you want separate files for each log level (recommended) you can specify {level}.log.
$mcFileManagerConfig['log.filename'] = "{level}.log";
<add key="log.filename" value="{level}.log" />