chore: update log4j2.properties

add 'log4j2.formatMsgNoLookups=true' to deal with the vulnerability of log4j2:2.14.1
This commit is contained in:
Frank.R.Wu 2021-12-10 17:41:32 +08:00
parent 4a589474b4
commit bb9e5f9b4f

View File

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