<div dir="ltr">I have defined TimeBasedRollingPolicy using:<div><br></div><div><div>        <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy"></div><div>            <!-- rollover every 12 hrs --></div>
<div>            <fileNamePattern>${log.dir}/app.log.%d{yyyy-MM-dd-a}</fileNamePattern></div><div>        </rollingPolicy><br></div></div><div><br></div><div>But the log file is being rotated only once a day at 12 AM.</div>
<div><br></div><div>Looking at the code PeriodicityType enum has an entry 'HALF_DAY' but is not present in the valid list.</div><div><br></div><div>Is this supported by logback?</div><div><br></div><div>Thanks,</div>
<div>Srinivas</div></div>