The standard configuration for the SLCC application log is stored under
\classes\config\logback.xml
The appender “FILE” is responsible for the SLCC application log.
So adjustments have to be made there.
To customize the location/number/size of log files to be created, change <file>
and / or <rollingPolicy>
.
You can find information on this under http://logback.qos.ch/manual/appenders.html.
To customize the layout of the log file, change this <pattern>
according to your needs.
Information on the variables used in it can be found under
http://logback.qos.ch/manual/layouts.html
% p /% le /% level are e.g. B. for the level designation.
Published to
August 21, 2022