<div dir="ltr">Hello<div> I am trying to migrate a application form log4j to logback. I do have the following property defined in the existing log4j2.xml file, I do not see any such equivalent in the logback.xml.</div><div><b>How do I specify something like a CronTriggerPolicy as shown below?</b><br>Any help would be appreciated.<br><br>log4j2.xml</div><div><br></div><div><RollingFile name="myLog" fileName="app.log"  filePattern"app.log.%d{yyyyMMdd_HHmmzz}Z.log></div><div><Policies></div><div><b>     <CronTiggerPolicy schedule="0 0 * * 1 ?" evaluateOnStartup="true"></b></div><div>    <SizeBasedTriggerPolicy size="10MB"/><br></Policies><br></RollingFile><br><br><br>Best regards</div><div>Ani</div><div><br></div></div>