Sometimes it is necessary to increase the size of the FMS log files so they do not roll over so frequently when trying to troubleshoot an issue. How can this be done?
To increase the size of the log files edit config/log.config and change the line
#Target.FILE.maxFileSize = 10000000;
to
Target.FILE.maxFileSize = 100000000;
In this example we set the log files to 100MB