From 0112ee6d5071534a9b66f64049cdbbcb67e61c6e Mon Sep 17 00:00:00 2001 From: psytester Date: Mon, 7 Oct 2024 09:37:44 +0200 Subject: [PATCH] soapui-log4j.xml: Avoid no space left filesystem due to GLOBAL_GROOVY_LOG Avoid no space left filesystem by `RollingFile` usage instead of `File` on GLOBAL_GROOVY_LOG. There was no house keeping on global-groovy.log --- soapui-installer/src/dist/bin/soapui-log4j.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/soapui-installer/src/dist/bin/soapui-log4j.xml b/soapui-installer/src/dist/bin/soapui-log4j.xml index 1c9f544d30..27dc637c56 100644 --- a/soapui-installer/src/dist/bin/soapui-log4j.xml +++ b/soapui-installer/src/dist/bin/soapui-log4j.xml @@ -34,9 +34,16 @@ - + - + + + + +