diff --git a/resources/logback.xml b/resources/logback.xml new file mode 100644 index 0000000..ac740fc --- /dev/null +++ b/resources/logback.xml @@ -0,0 +1,31 @@ + + + + ${LOG_FILE:-web.log} + + %d{ISO8601} %-5p [%c] - %m%n + + + 5 + ${LOG_FILE:-web.log}.%i.gz + + + 5MB + + + + + %d{ISO8601} %-5p [%c] - %m%n + + + + + + + + + + + + +