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/20 15:08:47 UTC

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

     [ https://issues.apache.org/jira/browse/LOG4J2-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven McCoy updated LOG4J2-572:
--------------------------------

    Description: 
The following basic configuration is showing 2015 not 2014:
{code:xml}
<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>
{code}

  was:
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>



> 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:
> {code:xml}
> <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>
> {code}



--
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