Steven McCoy created LOG4J2-572:
-----------------------------------
Summary: FilePattern with year as date shows year+1
Key: LOG4J2-572
URL: https://issues.apache.org/jira/browse/LOG4J2-572
Project: Log4j 2
Issue Type: Bug
Components: Appenders
Affects Versions: 2.0-rc1
Reporter: Steven McCoy
Priority: Minor
The following basic configuration is showing 2015 not 2014:
<RollingRandomAccessFile name="File" fileName="${filename}"
filePattern="logs/icap.log-%d{yy}.%i">
<PatternLayout pattern="%m%n"/>
<Policies>
<OnStartupTriggeringPolicy />
<TimeBasedTriggeringPolicy interval="12" modulate="true"/>
</Policies>
</RollingRandomAccessFile>
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]