Alexander Khokhlov created LOG4J2-509:
-----------------------------------------

             Summary: Substitution for a {%i} index does not work properly when 
date pattern is contains seconds.
                 Key: LOG4J2-509
                 URL: https://issues.apache.org/jira/browse/LOG4J2-509
             Project: Log4j 2
          Issue Type: Bug
          Components: Appenders, Core
    Affects Versions: 2.0-beta9, 2.0-rc1
         Environment: <RollingRandomAccessFile 
        fileName="target/output.log"
        filePattern="target//output.$${date:yyyyMMdd-HHmmss}-%i.log"
        name="GPE_FRONTEND">
        <Policies>
                <OnStartupTriggeringPolicy/>
                <SizeBasedTriggeringPolicy size="20 KB"/>
        </Policies>
        <DefaultRolloverStrategy max="10"/>
        <PatternLayout>
                <Pattern>%d %p %C{1.} [%t] %m%n</Pattern>
        </PatternLayout>
</RollingRandomAccessFile>

            Reporter: Alexander Khokhlov


With provided configuration, result files will be named as follows:
output.20140123-005437-1.log
output.20140123-005440-1.log
output.20140123-005444-1.log
output.20140123-005448-1.log
output.20140123-005451-1.log

As a result, DefaultRolloverStrategy also not working.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to