mirror of https://github.com/apache/nifi.git
NIFI-7035 The first curator connection issue is logged as ERROR until reconnect
This commit is contained in:
parent
e02ffdd99f
commit
9828e7dd14
|
@ -84,3 +84,7 @@ notification.max.attempts=5
|
|||
|
||||
# Comma-separated list of identifiers that are present in the notification.services.file; which services should be used to notify when NiFi dies?
|
||||
#nifi.dead.notification.services=email-notification
|
||||
|
||||
# The first curator connection issue is logged as ERROR, for example when NiFi cannot connect to one of the Zookeeper nodes.
|
||||
# Additional connection issues are logged as DEBUG until the connection is restored.
|
||||
java.arg.curator.supress.excessive.logs=-Dcurator-log-only-first-connection-issue-as-error-level=true
|
||||
|
|
Loading…
Reference in New Issue