Allow configuration of timezone with file name pattern
------------------------------------------------------

                 Key: LBCORE-85
                 URL: http://jira.qos.ch/browse/LBCORE-85
             Project: logback-core
          Issue Type: Bug
          Components: Appender
    Affects Versions: 0.9.14
         Environment: Any
            Reporter: Neil Lott
            Assignee: Logback dev list



<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
           
<FileNamePattern>/usr/local/neil/logs/msa-mdn-%i-%d{yyyyMMdd-HHmmss}.log</FileNamePattern>
             <MinIndex>1</MinIndex>
           <MaxIndex>5</MaxIndex>
 </rollingPolicy>

In this case the filename pattern %d it would be nice to allow configuration of 
timezone somehow in the pattern.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev

Reply via email to