[
https://issues.apache.org/jira/browse/LOG4J2-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14954373#comment-14954373
]
Ralph Goers commented on LOG4J2-877:
------------------------------------
Is this still an issue? Using '$$' should be the correct way to do this.
> 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, 2.1
> Environment: Windows
> Reporter: Abhishek Manocha
> Labels: Rollover, async, file-pattern
>
> 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: [email protected]
For additional commands, e-mail: [email protected]