Note that this only applies when running AwareIM as a service...
In the file ...AwareIM\bin\wrapper.conf, I set the max size of the wrapper.log file to 50m. But it doesn't have any effect. Note that there is a wrapper.conf in the AwareIM\bin folder and another in the AwareIM\tomcan\conf folder. Both configs are the same. A wrapper.log file is created in the AwareIM\bin folder and another in the AwareIM\tomcat\logs folder. But both log files exceed the 50m file size limit set in both wrapper.conf files. Any wrapper experts out there?
Wrapper Logging Properties
#********************************************************************
Format of output for the console. (See docs for formats)
wrapper.console.format=PM
Log Level for console output. (See docs for log levels)
wrapper.console.loglevel=INFO
Log file to use for wrapper output logging.
wrapper.logfile=../logs/wrapper.log
Format of output for the log file. (See docs for formats)
wrapper.logfile.format=LPTM
Log Level for log file output. (See docs for log levels)
wrapper.logfile.loglevel=INFO
Maximum size that the log file will be allowed to grow to before
the log is rolled. Size is specified in bytes. The default value
of 0, disables log rolling. May abbreviate with the 'k' (kb) or
'm' (mb) suffix. For example: 10m = 10 megabytes.
wrapper.logfile.maxsize=50m
Maximum number of rolled log files which will be allowed before old
files are deleted. The default value of 0 implies no limit.
wrapper.logfile.maxfiles=5
Log Level for sys/event log output. (See docs for log levels)
wrapper.syslog.loglevel=NONE