chore: update log4j2.properties

add log4j2.formatMsgNoLookups=true to deal with the vulnerability of log4j2:1.14.1
This commit is contained in:
Frank.R.Wu 2021-12-10 17:43:15 +08:00
parent dda6a04d9a
commit e5a042c006

View File

@ -1,3 +1,4 @@
log4j2.formatMsgNoLookups=true
filter.threshold.type=ThresholdFilter
filter.threshold.level=debug
appender.console.type=Console