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 14:50:45 UTC

[jira] [Updated] (LOG4J2-573) TimeBasedTriggeringPolicy does not accept %i increment FilePattern

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

Steven McCoy updated LOG4J2-573:
--------------------------------

    Description: 
The following configuration should be valid but raises an exception because the filePattern contains no date however it does contain an increment pattern.

{code:xml}
    <RollingRandomAccessFile name="File" fileName="${filename}"
        filePattern="logs/icap.log-%i">
      <PatternLayout pattern="%m%n"/>
      <Policies>
        <OnStartupTriggeringPolicy />
        <TimeBasedTriggeringPolicy interval="12" modulate="true"/>
        <SizeBasedTriggeringPolicy size="500 MB"/>
      </Policies>
      <DefaultRolloverStrategy fileIndex="min" max="3"/>
    </RollingRandomAccessFile>
{code}

  was:
The following configuration should be valid but raises an exception because the filePattern contains no date however it does contain an increment pattern.

    <RollingRandomAccessFile name="File" fileName="${filename}"
        filePattern="logs/icap.log-%i">
      <PatternLayout pattern="%m%n"/>
      <Policies>
        <OnStartupTriggeringPolicy />
        <TimeBasedTriggeringPolicy interval="12" modulate="true"/>
        <SizeBasedTriggeringPolicy size="500 MB"/>
      </Policies>
      <DefaultRolloverStrategy fileIndex="min" max="3"/>
    </RollingRandomAccessFile>



> TimeBasedTriggeringPolicy does not accept %i increment FilePattern
> ------------------------------------------------------------------
>
>                 Key: LOG4J2-573
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-573
>             Project: Log4j 2
>          Issue Type: Improvement
>          Components: Appenders
>    Affects Versions: 2.0-rc1
>            Reporter: Steven McCoy
>            Priority: Minor
>
> The following configuration should be valid but raises an exception because the filePattern contains no date however it does contain an increment pattern.
> {code:xml}
>     <RollingRandomAccessFile name="File" fileName="${filename}"
>         filePattern="logs/icap.log-%i">
>       <PatternLayout pattern="%m%n"/>
>       <Policies>
>         <OnStartupTriggeringPolicy />
>         <TimeBasedTriggeringPolicy interval="12" modulate="true"/>
>         <SizeBasedTriggeringPolicy size="500 MB"/>
>       </Policies>
>       <DefaultRolloverStrategy fileIndex="min" max="3"/>
>     </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