<html><head></head><body bgcolor="#FFFFFF"><div>See <a href="http://jira.qos.ch/browse/LBCORE-242">http://jira.qos.ch/browse/LBCORE-242</a>. I believe I saw commits that said Ceki implemented something.</div><div><br></div><div>Ralph<br></div><div><br>On Feb 28, 2012, at 8:52 AM, Chris Pratt <<a href="mailto:thechrispratt@gmail.com">thechrispratt@gmail.com</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div>I haven't tried this at all, but have you tried:<div><br></div><div><span style="">/logs/%d{yyyy}/%d{MM}/app.%d{</span><span style="">yyyyMMdd}.log</span> </div><div><br></div><div>Maybe it's the directory separator in the format string that was confusing it.</div>

<div>  (*Chris*)<br><br><div class="gmail_quote">On Tue, Feb 28, 2012 at 8:42 AM, Chris Lemper <span dir="ltr"><<a href="mailto:clemper@verical.com">clemper@verical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div style="font-family:Calibri,sans-serif;word-wrap:break-word"><div><span style="font-size:16px">Hi Logback users!<br><div><br></div><div>I would like to store daily log files in the format:</div><div><br></div><div>/logs/%d{yyyy/MM}/app.%d{yyyyMMdd}.log</div>

<div><br></div><div>So that the end result is:</div><div><br></div><div>/logs/2012/02/app.20120228.log</div><div><br></div><div>That is I would like all daily log files for a given month in a single directory but each log file containing the full date.</div>

<div><br></div><div>However, when I configure this filename pattern using ch.qos.logback.core.rolling.TimeBasedRollingPolicy, logback bases the rolling policy only on the first pattern:</div><div><br></div><div> INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy/MM' from file name pattern '/logs/%d{yyyy/MM}/app.%d{yyyyMMdd}.log'.</div>

<div> INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Rollover at start of every month.</div><div><br></div><table width="100%"><tbody><tr style=""><td height="0" style="min-height:0px">Is it possible to accomplish this, even by just forcing the rollover to be daily (at midnight) independent of the filename pattern?  I have looked through the mailing lists, documentation, and source code and cannot figure out how or if it can be done.<br>

<br>Thanks,<br>Chris Lemper</td></tr></tbody></table></span></div></div>
<br>_______________________________________________<br>
Logback-user mailing list<br>
<a href="mailto:Logback-user@qos.ch">Logback-user@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/listinfo/logback-user" target="_blank">http://mailman.qos.ch/mailman/listinfo/logback-user</a><br></blockquote></div><br></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Logback-user mailing list</span><br><span><a href="mailto:Logback-user@qos.ch">Logback-user@qos.ch</a></span><br><span><a href="http://mailman.qos.ch/mailman/listinfo/logback-user">http://mailman.qos.ch/mailman/listinfo/logback-user</a></span></div></blockquote></body></html>