<div dir="ltr">Hello<div> I am trying to migrate from log4j2 to logback. I am trying to find equivalent syntax for filename and filepatterns in this case</div><div><br></div><div>log4j2.xml</div><div><RollingFile name="myLOg" <b>fileName="/log/${env1}-{{*myEnv|||@mydir@*}}-app.log"</b>  .../><br><br>When i use something like this I get an exception saying invalid Repition. I m not sure what the above code was intended to do.</div><div><br></div><div>1. How can i convert this fileName to a valid one in logback ? </div><div>2. I do understand it will resolve ${env1} properly from environment variables. The "myENv" is being defined in a .properties file being loaded by the application. I have seens examples in logback.xml like</div><div><br></div><div><RollingFile name="myLOg" <b>fileName="/log/${env1}-:[myEnv]-app.log"</b>  .../><br></div><div><br></div><div>what<b> does the :[myEnv] do here ? Would it resolve to a property set in a .</b>properties<b> file?</b><br><br><b>ALso not sure what the @ symbol means in the log4j, and if it has any equivalent here?</b><br><br>thanks for any pointers<br><br>Best Regards</div><div>Ani</div></div>