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

Remko Popma updated LOG4J2-829:
-------------------------------
    Description: 
With following log configuration

{code}
<RollingFile name="RollingFile" fileName="${sys:user.home}/logs/app.log"
                 filePattern="${sys:user.home}/logs/app-%d{MM-dd-yyyy}.log">
      <PatternLayout>
        <pattern>%d %p %c{1.} [%t] %m%n</pattern>
      </PatternLayout>
      <TimeBasedTriggeringPolicy />
    </RollingFile>
{code}
When start, the file name is created correctly (C:\user/logs/app.log) but when 
the file will rotate with file pattern, the path name is wrong. The system 
property user.home doesn't has slashes. C:user/logs/app-0915-2014.log

  was:
With following log configuration

<RollingFile name="RollingFile" fileName="${sys:user.home}/logs/app.log"
                 filePattern="${sys:user.home}/logs/app-%d{MM-dd-yyyy}.log">
      <PatternLayout>
        <pattern>%d %p %c{1.} [%t] %m%n</pattern>
      </PatternLayout>
      <TimeBasedTriggeringPolicy />
    </RollingFile>

When start, the file name is created correctly (C:\user/logs/app.log) but when 
the file will rotate with file pattern, the path name is wrong. The system 
property user.home doesn't has slashes. C:user/logs/app-0915-2014.log


> Error replace slash in pattern file when rolling file appender
> --------------------------------------------------------------
>
>                 Key: LOG4J2-829
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-829
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Appenders
>    Affects Versions: 2.0.2
>         Environment: Development machine Windows 7
>            Reporter: Pablo Vidal Otero
>              Labels: appender, file-pattern, slashes
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> With following log configuration
> {code}
> <RollingFile name="RollingFile" fileName="${sys:user.home}/logs/app.log"
>                  filePattern="${sys:user.home}/logs/app-%d{MM-dd-yyyy}.log">
>       <PatternLayout>
>         <pattern>%d %p %c{1.} [%t] %m%n</pattern>
>       </PatternLayout>
>       <TimeBasedTriggeringPolicy />
>     </RollingFile>
> {code}
> When start, the file name is created correctly (C:\user/logs/app.log) but 
> when the file will rotate with file pattern, the path name is wrong. The 
> system property user.home doesn't has slashes. C:user/logs/app-0915-2014.log



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to