[
https://issues.apache.org/jira/browse/LOG4J2-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Gregory closed LOG4J2-1725.
--------------------------------
Resolution: Fixed
Fix Version/s: 2.9
Closing per [~phymbert].
> 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
> Fix For: 2.9
>
>
> 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.4.14#64029)