greyp9 commented on a change in pull request #5805:
URL: https://github.com/apache/nifi/pull/5805#discussion_r815025554
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/bin/nifi-env.sh
##########
@@ -50,6 +50,9 @@ export NIFI_PID_DIR
NIFI_LOG_DIR="$(setOrDefault "$NIFI_LOG_DIR" "$NIFI_HOME/logs")"
export NIFI_LOG_DIR
+# Disable automatic Logback Initializer to avoid shutdown on web application
termination
Review comment:
It might be good to document alternatives to the use of the environment
variable to activate this behavior. I noticed this issue in the context of
working on the system tests. There is a `bootstrap.conf` available to set
system properties, for example.
--
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]