NIFI-182:

- No longer logging the REST API documentation URL.
This commit is contained in:
Matt Gilman 2014-12-22 14:38:56 -05:00
parent d3f082e25c
commit f180d5d2f1
1 changed files with 0 additions and 6 deletions

View File

@ -652,12 +652,6 @@ public class JettyServer implements NiFiServer {
for (final String url : urls) {
logger.info(String.format("%s/nifi", url));
}
// log the rest api location
logger.info("The REST API documentation is available at the following URLs:");
for (final String url : urls) {
logger.info(String.format("%s/nifi-api/docs", url));
}
}
}