From 55084714e3ec714c3f8b37270045548b0cbe8927 Mon Sep 17 00:00:00 2001 From: richard-chivers Date: Mon, 13 Dec 2021 11:16:37 +0000 Subject: [PATCH] Added options for changing the default options on log4j to mitigate vulnerability Vulnerability details can be seen at https://www.infoq.com/news/2021/12/log4j-zero-day-vulnerability/ --- templates/jvm.options.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/jvm.options.j2 b/templates/jvm.options.j2 index 3acf3988..420a165e 100644 --- a/templates/jvm.options.j2 +++ b/templates/jvm.options.j2 @@ -161,3 +161,4 @@ {{ item }} {% endfor %} {% endif %} +-Dlog4j2.formatMsgNoLookups=true