[ https://issues.apache.org/jira/browse/LOG4J2-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Abhishek Manocha reopened LOG4J2-877: ------------------------------------- Tested with the latest source code, the issue doesn't get fixed > RollingFile ignoring ${sys:user.home} in filePattern which is working correct > in fileName > ----------------------------------------------------------------------------------------- > > Key: LOG4J2-877 > URL: https://issues.apache.org/jira/browse/LOG4J2-877 > Project: Log4j 2 > Issue Type: Bug > Components: Core > Affects Versions: 2.0.2 > Environment: Windows > Reporter: Abhishek Manocha > Labels: Rollover, async, file-pattern > Fix For: 2.1 > > > I have RollingFile Appender defined like > {code:xml} > <RollingFile name="File" fileName="${sys:user.home}\test2.log" > filePattern="${sys:user.home}\test2.%d{yyyy-MM-dd}-%i.log" > immediateFlush="true" append="true"> > {code} > The first file goes in my user home directory perfectly, but the archive ones > go to my classpath folder wrongly -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org