SOLR_OPTS variable

Issue #31 resolved
Rob Bos created an issue

There doesn’t appear to be any way to set SOLR_OPTS in /etc/sysconfig/solr. For reasons, we have an older solr, and while I have patched log4j, I want to add for some extra safety,

SOLR_OPTS="$SOLR_OPTS -Dlog4j2.formatMsgNoLookups=true"

and it would be nice to add to puppet, something like:

      solr_opts => [
        '-Dlog4j2.formatMsgNoLookups=true',
      ],

Thanks.

Comments (6)

  1. Log in to comment