You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Heiko Schwanke (Jira)" <ji...@apache.org> on 2020/01/24 10:19:00 UTC

[jira] [Created] (LOG4J2-2766) Update of RollingRandomAccessFile delayed TimeBasedTriggeringPolicy is

Heiko Schwanke created LOG4J2-2766:
--------------------------------------

             Summary: Update of RollingRandomAccessFile delayed TimeBasedTriggeringPolicy is 
                 Key: LOG4J2-2766
                 URL: https://issues.apache.org/jira/browse/LOG4J2-2766
             Project: Log4j 2
          Issue Type: Bug
          Components: Appenders, Configurators
    Affects Versions: 2.13.0
            Reporter: Heiko Schwanke


 

Steps to reproduce:
 * Initialize Log4J2 configured with an RollingRandomAccessFile and a filePattern for daily rotation 
 * Then iniate a programmatic reconfiguration via 

 

{{log4j2.xml}}:
{code:java}
<Appenders>
  <RollingRandomAccessFile filePattern="xxx-%d{yyyy-MM-dd}">
{code}
 
{code:java}
<Appenders>
  <RollingRandomAccessFile filePattern="xxx-%d{yyyy-MM-dd_HH}">
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)