exceptionfactory commented on a change in pull request #5805:
URL: https://github.com/apache/nifi/pull/5805#discussion_r815229067
##########
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:
Thanks for feedback @greyp9! The Logback documentation describes the
configuration options under the
[WebShutdownHook](https://logback.qos.ch/manual/configuration.html#webShutdownHook)
section. Will update this pull request to include changes to bootstrap.conf in
the system tests.
--
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]