From: jsimomaa Date: Fri, 19 Jan 2018 11:32:48 +0000 (+0200) Subject: Add RollingFileAppender to default logback configuration X-Git-Tag: v1.43.0~136^2~622 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=f8324fc5a564f6eb45af8318471cb7197490f74e Add RollingFileAppender to default logback configuration refs #7719 Change-Id: I2e04f76b3b5ce13f984e796901bf76ac81f8766a --- diff --git a/bundles/org.simantics.logback.configuration/logback.xml b/bundles/org.simantics.logback.configuration/logback.xml index 0ff716fc9..7f5a70816 100644 --- a/bundles/org.simantics.logback.configuration/logback.xml +++ b/bundles/org.simantics.logback.configuration/logback.xml @@ -5,6 +5,21 @@ %-5p [%d] %c: %m%n%rEx + UTF-8 + + + + + logs/out.log + + out-%d{yyyy-MM-dd}.%i.log.zip + 10MB + 30 + 200MB + + + %-5p [%d] %c: %m%n%rEx + UTF-8 @@ -12,11 +27,17 @@ + + + + + + \ No newline at end of file