From e5a042c006d2ea029a8de229e189ab4380c011b5 Mon Sep 17 00:00:00 2001 From: "Frank.R.Wu" Date: Fri, 10 Dec 2021 17:43:15 +0800 Subject: [PATCH] chore: update log4j2.properties add log4j2.formatMsgNoLookups=true to deal with the vulnerability of log4j2:1.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 7cb02aa..b2f50ea 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