FWSTrace.log is appending and not rotating with size and number, even though the logger.properties files are updated.
Release : 12.8..x and 12.9.x
Affwebserv and FWSTrace
Modify LoggerConfig.properties
Location:
(Linux) /<install_home>/secure-proxy/Tomcat/webapps/affwebservices/WEB-INF/classes/LoggerConfig.properties
(Windows) C:\<install_home>\secure-proxy\Tomcat\webapps\affwebservices\WEB-INF\classes\LoggerConfig.properties
Affwebserv
In order to enable log rollover, you would need to configure LogRollover=4 and set the LogSize and LogCount accordingly.
The default is LogSize=10, LogCount=10, which would be 10 files of 10mb in size.
FWSTrace
To enable log rollover, set TraceRollover=4 and set TraceSize and TraceCount accordingly.
Default is TraceSize=10 and TraceCount=10, which is 10 files of 10mb in size.