<div dir="ltr">I wanted to use %d{yyMM}/%d{dd} and it didn't work for the same reason, but %{yyMM/dd} works fine. No idea if it applies to your case.<div><br></div><div>I don't understand why only the first date format gets considered for rollover. IMHO it's a bug, while taking the <i>union of all date specifiers</i> would be just right.<br><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 12, 2017 at 9:26 PM, <a href="http://QOS.CH">QOS.CH</a> (JIRA) <span dir="ltr"><<a href="mailto:noreply-jira@qos.ch" target="_blank">noreply-jira@qos.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sean Nelson created LOGBACK-1346:<br>
------------------------------<wbr>------<br>
<br>
             Summary: Set daily rollovers without full date together in the fileNamePattern<br>
                 Key: LOGBACK-1346<br>
                 URL: <a href="https://jira.qos.ch/browse/LOGBACK-1346" rel="noreferrer" target="_blank">https://jira.qos.ch/browse/<wbr>LOGBACK-1346</a><br>
             Project: logback<br>
          Issue Type: Improvement<br>
            Reporter: Sean Nelson<br>
            Assignee: Logback dev list<br>
            Priority: Minor<br>
<br>
<br>
I want to set up a daily rollover with the following fileNamePattern:<br>
 * /path/to/rolling_logs/%d\{<wbr>yyyy-MM,aux}/%d\{dd}/log_name.<wbr>%i.log<br>
<br>
When I try this, I get an error explaining, '*T**he date format in FileNamePattern will result in collisions in the names of archived log files*.' This format would not actually result in naming collisions. The only workaround I've found is to include the full date as part of the filename, e.g.:<br>
 * /path/to/rolling_logs/%d\{<wbr>yyyy-MM,aux}/%d\{dd,aux}/log_<wbr>name.%d.%i.log<br>
<br>
If there is some other workaround that I'm not aware of, please advise.<br>
<br>
<br>
<br>
--<br>
This message was sent by Atlassian JIRA<br>
(v7.3.1#73012)<br>
______________________________<wbr>_________________<br>
logback-dev mailing list<br>
<a href="mailto:logback-dev@qos.ch">logback-dev@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/listinfo/logback-dev" rel="noreferrer" target="_blank">http://mailman.qos.ch/mailman/<wbr>listinfo/logback-dev</a></blockquote></div><br></div>