Skip to content

Disable log4j message lookup

backups requested to merge github/fork/smierz/disable-log4j-message-lookup into main

Created by: smierz

The docker solr images were updated to include the argument -Dlog4j2.formatMsgNoLookups=true to mitigate the log4j vulnerability, see their github page 1 and 2

The argument is only set when you start your solr container with "solr-fg" or "solr-foreground" or "start-local-solr"

Merge request reports