From 1ca90f7b4181121efbf675ba0ffa38931a86f5e5 Mon Sep 17 00:00:00 2001 From: Fabian Engelniederhammer Date: Fri, 1 Dec 2023 14:17:47 +0100 Subject: [PATCH] fix: don't store logs in files #405 The Paketo Buildpacks images don't have permissions for the user running the application to write to the working directory anymore. --- lapis2/src/main/resources/logback.xml | 31 +-------------------------- 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/lapis2/src/main/resources/logback.xml b/lapis2/src/main/resources/logback.xml index 0f14d069..8cfead90 100644 --- a/lapis2/src/main/resources/logback.xml +++ b/lapis2/src/main/resources/logback.xml @@ -1,36 +1,7 @@ - - - - - ${LOG_DIR}/${LOG_FILE}.log - - ${PATTERN} - - - - ${LOG_DIR}/archived/${LOG_FILE}-%d{yyyy-MM-dd}.%i.gz - 10GB - 0 - - - - - ${LOG_DIR}/${STATISTICS_LOG_FILE}.log - - %message%n - - - - ${LOG_DIR}/archived/${STATISTICS_LOG_FILE}-%d{yyyy-MM-dd}.%i.gz - 10GB - 0 - - - ${PATTERN} @@ -50,7 +21,7 @@ - +