Github user uce commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1233#discussion_r41395123
  
    --- Diff: 
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/WebRuntimeMonitor.java
 ---
    @@ -160,8 +176,10 @@ else if (flinkRoot != null) {
                        // the overview - how many task managers, slots, free 
slots, ...
                        .GET("/overview", handler(new 
ClusterOverviewHandler(retriever, DEFAULT_REQUEST_TIMEOUT)))
     
    -                   // job manager configuration
    +                   // job manager configuration, log and stdout
                        .GET("/jobmanager/config", handler(new 
JobManagerConfigHandler(config)))
    +                   .GET("/jobmanager/logfile", new 
StaticFileServerHandler(logStdoutDir))
    --- End diff --
    
    log is fine imo


---
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.
---

Reply via email to