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 "Remko Popma (JIRA)" <ji...@apache.org> on 2015/10/18 15:40:05 UTC

[jira] [Updated] (LOG4J2-875) Log file getting overwritten on Microsoft Windows Maschines

     [ https://issues.apache.org/jira/browse/LOG4J2-875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Remko Popma updated LOG4J2-875:
-------------------------------
    Description: 
A problem with slashes?

does not work since version 2.0, but in rc1:
filePattern =    "C:\Server\Webapps\sql2008-test\WEB-INF/log/$\{ctx:remoteDnsName}/$\{ctx:log.uid}_app-%d\{yyyy-MM-dd}-%i.log"

works:
filePattern =    "C:/Server/Webapps/sql2008-test/WEB-INF/log/$\{ctx:remoteDnsName}/$\{ctx:log.uid}_app-%d\{yyyy-MM-dd}-%i.log"

  was:
A problem with slashes?

does not work since version 2.0, but in rc1:
filePattern =    "C:\Server\Webapps\sql2008-test\WEB-INF/log/${ctx:remoteDnsName}/${ctx:log.uid}_app-%d{yyyy-MM-dd}-%i.log"

works:
filePattern =    "C:/Server/Webapps/sql2008-test/WEB-INF/log/${ctx:remoteDnsName}/${ctx:log.uid}_app-%d{yyyy-MM-dd}-%i.log"


> Log file getting overwritten on Microsoft Windows Maschines
> -----------------------------------------------------------
>
>                 Key: LOG4J2-875
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-875
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Appenders
>    Affects Versions: 2.0
>         Environment: Java 7, Tomcat 7, Windows Server 2012 R2
>            Reporter: Luigi Alice
>            Priority: Critical
>         Attachments: wrong_path.png
>
>
> A problem with slashes?
> does not work since version 2.0, but in rc1:
> filePattern =    "C:\Server\Webapps\sql2008-test\WEB-INF/log/$\{ctx:remoteDnsName}/$\{ctx:log.uid}_app-%d\{yyyy-MM-dd}-%i.log"
> works:
> filePattern =    "C:/Server/Webapps/sql2008-test/WEB-INF/log/$\{ctx:remoteDnsName}/$\{ctx:log.uid}_app-%d\{yyyy-MM-dd}-%i.log"



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