Details
Description
Currently, the filename of the access-log in use has a timestamp as the suffix. This brings trouble to some log monitoring and analysis programs, such as "tail -f access-log"
Need to add an option to enable tomcat's RenameOnRotate capability to fix the file name of access-log.
// in EmbeddedServer::start() valve.setRenameOnRotate( EmbeddedServerUtil.getConfig(ACCESS_LOG_RENAME_ON_ROTATE, false); );