[logback-dev] [JIRA] (LOGBACK-1399) Percentage char in fileNamePattern in FixedWindowRollingPolicy

QOS.CH (JIRA) noreply-jira at qos.ch
Fri May 11 12:59:00 CEST 2018


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)


More information about the logback-dev mailing list