You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by "Steven McCoy (JIRA)" <ji...@apache.org> on 2014/03/19 22:02:42 UTC

[jira] [Created] (LOG4J2-572) FilePattern with year as date shows year+1

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: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org