You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by "Abhishek Manocha (JIRA)" <ji...@apache.org> on 2014/10/20 08:13:33 UTC

[jira] [Created] (LOG4J2-877) RollingFile ignoring ${sys:user.home} in filePattern which is working correct in fileName

Abhishek Manocha created LOG4J2-877:
---------------------------------------

             Summary: 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


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-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org