1. Modify the %FGLHOME%\server\tomcatserver.xml file to simply comment out the following lines by cutting/paste the closing comment character --> from the Access log comment.


Some parameters can be adjusted to avoid many files generated here.
Edit the file $FMS_Home/config/log.config, change:
Target.ACCESS.maxSetCount = 3;
TO
Target.ACCESS.maxRolloverCount = 1;
Target.ACCESS.maxSetCount = 1;
Save the file and restart Foglight(FMS), this way only 1 HTTP_ACCESS file will be generated.