Please read the document carefully
It can be explicitly specified in the file element as shown below.
<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>/home/allinux/myApp.log</file>
<encoder>
<pattern>File Pattern</pattern>
</encoder>
</appender>
© 2024 OneMinuteCode. All rights reserved.