[ 
https://issues.apache.org/jira/browse/LOG4J2-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16002204#comment-16002204
 ] 

Karel Cerman commented on LOG4J2-1725:
--------------------------------------

Hello,

is there any possibility that this will be fixed soon?


Thanks for information

Karel

> RollingFileAppender's filePattern not reloaded when using monitorInterval
> -------------------------------------------------------------------------
>
>                 Key: LOG4J2-1725
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-1725
>             Project: Log4j 2
>          Issue Type: Bug
>    Affects Versions: 2.7
>            Reporter: Benjamin Jaton
>
> Using the configuration below:
> {code}<?xml version="1.0" encoding="UTF-8"?>
> <Configuration status="info" monitorInterval="2">
>   <Appenders>
>     <RollingFile name="MyRollingFile" 
> fileName="/usr/local/apps/testlogging/logs/app.log" 
> filePattern="/usr/local/apps/testlogging/logs/app.log.%i">
>       <PatternLayout>
>         <Pattern>%d %p %c{1.} [%t] %m%n</Pattern>
>       </PatternLayout>
>       <Policies>
>         <SizeBasedTriggeringPolicy size="100MB"/>
>       </Policies>
>       <DefaultRolloverStrategy max="10"/>
>     </RollingFile>
>   </Appenders>
>   <Loggers>
>     <Root level="info" includeLocation="false">
>       <AppenderRef ref="MyRollingFile"/>
>     </Root>
>   </Loggers>
> </Configuration>{code}
> Updating the filePattern to app.log.%i.zip won't be taken into account 
> dynamically.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to