Repository: incubator-nifi Updated Branches: refs/heads/NIFI-182 d3f082e25 -> 022ba888b
NIFI-182: - No longer logging the REST API documentation URL. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/f180d5d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/f180d5d2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/f180d5d2 Branch: refs/heads/NIFI-182 Commit: f180d5d2f1713d5aa7037eceea6cb917e41f3d08 Parents: d3f082e Author: Matt Gilman <[email protected]> Authored: Mon Dec 22 14:38:56 2014 -0500 Committer: Matt Gilman <[email protected]> Committed: Mon Dec 22 14:38:56 2014 -0500 ---------------------------------------------------------------------- .../src/main/java/org/apache/nifi/web/server/JettyServer.java | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/f180d5d2/nar-bundles/framework-bundle/framework/web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java ---------------------------------------------------------------------- diff --git a/nar-bundles/framework-bundle/framework/web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java b/nar-bundles/framework-bundle/framework/web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java index 62d83a4..5d37090 100644 --- a/nar-bundles/framework-bundle/framework/web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java +++ b/nar-bundles/framework-bundle/framework/web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java @@ -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)); - } } }
