mnp commented on pull request #5600: URL: https://github.com/apache/nifi/pull/5600#issuecomment-992972542
Hey folks! Thanks for the work getting this out promptly. Using the Docker nifi image, is there a recommended way to pass environment to set log4j options? For example, I would LIKE to do this but the start scripts don't pass it through: ```sh docker run --env 'JAVA_OPTS=-Dlog4j2.formatMsgNoLookups=true' -it --rm docker.io/apache/nifi:1.13.2 ``` Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
