From bb9e5f9b4fba7d6496c76ae4033f1105a9ae1920 Mon Sep 17 00:00:00 2001 From: "Frank.R.Wu" Date: Fri, 10 Dec 2021 17:41:32 +0800 Subject: [PATCH] chore: update log4j2.properties add 'log4j2.formatMsgNoLookups=true' to deal with the vulnerability of log4j2:2.14.1 --- src/main/resources/log4j2.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/log4j2.properties b/src/main/resources/log4j2.properties index 3c01bc8..e44e111 100644 --- a/src/main/resources/log4j2.properties +++ b/src/main/resources/log4j2.properties @@ -1,3 +1,4 @@ +log4j2.formatMsgNoLookups=true filter.threshold.type=ThresholdFilter filter.threshold.level=debug appender.console.type=Console