Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2204#discussion_r128404337 --- Diff: storm-core/src/clj/org/apache/storm/ui/core.clj --- @@ -134,12 +134,12 @@ (defn logviewer-link [host fname secure?] (if (and secure? (*STORM-CONF* LOGVIEWER-HTTPS-PORT)) - (UIHelpers/urlFormat "https://%s:%s/log?file=%s" + (UIHelpers/urlFormat "https://%s:%s/api/v1/log?file=%s" --- End diff -- Yes agreed. There're some responses returning HTML page instead of JSON, so we may need to change it first and try to document it.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---