Moving to Logback since Simple logger does not support limiting the size
of log file. With logback the default policy is FixedWindowRollingPolicy
which creates another file (till max 10) when the file reaches 10MB.
This policy can be changed in the logback.xml file.
Moving to Logback since Simple logger does not support limiting the size of log file. With logback the default policy is FixedWindowRollingPolicy which creates another file (till max 10) when the file reaches 10MB. This policy can be changed in the logback.xml file.