I need my current log to have the current date instead of only the name. So I need "vproxy_access.2016-01-10" instead of "vproxy_access".
<RollingRandomAccessFile name="ACCESS_LOG"
fileName="${sys:log.dir}vproxy_access.%d{${sys:log.dateformat}}"
filePattern="${sys:log.dir}vproxy_access.%d{${sys:log.dateformat}}"
append="true"
immediateFlush="false">
The "filePattern" is correctly applied when rotating the log, but not for a newly created log when I start Tomcat.