From f6e2216b879de0465276d042c8662cd5b8cd8bf7 Mon Sep 17 00:00:00 2001 From: Viktor Lofgren Date: Mon, 17 Jul 2023 21:42:13 +0200 Subject: [PATCH] Less spammy default log settings --- code/common/service/src/main/resources/log4j2.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/common/service/src/main/resources/log4j2.properties b/code/common/service/src/main/resources/log4j2.properties index badab181..05b50d06 100644 --- a/code/common/service/src/main/resources/log4j2.properties +++ b/code/common/service/src/main/resources/log4j2.properties @@ -29,15 +29,12 @@ appender.rolling.policies.size.size=10MB appender.rolling.strategy.type = DefaultRolloverStrategy appender.rolling.strategy.max = 10 appender.rolling.filter.query.type = MarkerFilter -appender.rolling.filter.query.onMismatch=NEUTRAL appender.rolling.filter.query.onMatch=DENY appender.rolling.filter.query.marker=QUERY appender.rolling.filter.http.type = MarkerFilter -appender.rolling.filter.http.onMismatch=NEUTRAL appender.rolling.filter.http.onMatch=DENY appender.rolling.filter.http.marker=HTTP appender.rolling.filter.process.type = MarkerFilter -appender.rolling.filter.process.onMismatch=NEUTRAL appender.rolling.filter.process.onMatch=DENY appender.rolling.filter.process.marker=PROCESS appender.process.type = RollingFile