Github user Ethanlm commented on a diff in the pull request: https://github.com/apache/storm/pull/2754#discussion_r208707067 --- Diff: storm-webapp/src/main/java/org/apache/storm/daemon/logviewer/webapp/LogviewerResource.java --- @@ -134,6 +150,7 @@ public Response daemonLog(@Context HttpServletRequest request) throws IOExceptio */ @GET @Path("/searchLogs") + //Seems redundant --- End diff -- remove
---