Github user alopresto commented on the issue:
https://github.com/apache/nifi/pull/695
Running the bash scripts only provides console output when an exception
occurs. Especially for the standalone, but also the client/server scripts,
could we please provide positive output explaining what was accomplished?
In addition, there are Log4J warnings printed.
Example:
```bash
hw12203:...assembly/target/nifi-toolkit-1.0.0-SNAPSHOT-bin/nifi-toolkit-1.0.0-SNAPSHOT
(pr695) alopresto
ð 7s @ 16:00:40 $ ./bin/tls-toolkit.sh server -D
CN=rootca.nifi.apache.org -t shorttoken
log4j:WARN No appenders could be found for logger
(org.eclipse.jetty.util.log).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
more info.
Server Started
^C
```
```bash
hw12203:...assembly/target/nifi-toolkit-1.0.0-SNAPSHOT-bin/nifi-toolkit-1.0.0-SNAPSHOT
(pr695) alopresto
ð 113s @ 16:01:50 $ ./bin/tls-toolkit.sh client -D
CN=client.nifi.apache.org -t shorttoken
log4j:WARN No appenders could be found for logger
(org.apache.http.client.protocol.RequestAddCookies).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
more info.
hw12203:...assembly/target/nifi-toolkit-1.0.0-SNAPSHOT-bin/nifi-toolkit-1.0.0-SNAPSHOT
(pr695) alopresto
ð 43s @ 16:02:33 $
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---