Vitaliy created LOGBACK-1399:
--------------------------------
Summary: Percentage char in fileNamePattern in
FixedWindowRollingPolicy
Key: LOGBACK-1399
URL: https://jira.qos.ch/browse/LOGBACK-1399
Project: logback
Issue Type: Bug
Components: logback-core
Affects Versions: 1.2.1
Reporter: Vitaliy
Assignee: Logback dev list
I could not use fileNamePattern with the percentage charge in directory name.
Example:
{code:java}
<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
<maxIndex>2</maxIndex>
<FileNamePattern>dev%fzp/file.log.%i</FileNamePattern>
</rollingPolicy>
{code}
--
This message was sent by Atlassian JIRA
(v7.3.1#73012)
_______________________________________________
logback-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-dev