[GitHub] flink pull request #5594: [FLINK-8800][REST] Reduce logging of all requests ...

2018-03-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5594 ---

[GitHub] flink pull request #5594: [FLINK-8800][REST] Reduce logging of all requests ...

2018-03-09 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/5594#discussion_r173415584 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/AbstractHandler.java --- @@ -84,8 +84,8 @@ protected AbstractHandler(

[GitHub] flink pull request #5594: [FLINK-8800][REST] Reduce logging of all requests ...

2018-03-08 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5594#discussion_r173266836 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/AbstractHandler.java --- @@ -84,8 +84,8 @@ protected AbstractHandler(

[GitHub] flink pull request #5594: [FLINK-8800][REST] Reduce logging of all requests ...

2018-02-28 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/5594#discussion_r171196255 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/AbstractHandler.java --- @@ -84,8 +84,8 @@ protected AbstractHandler(

[GitHub] flink pull request #5594: [FLINK-8800][REST] Reduce logging of all requests ...

2018-02-28 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5594 [FLINK-8800][REST] Reduce logging of all requests to TRACE The `AbstractHandler` is logging a DEBUG message for every received request. This can make the debug logs really noisy, so we're reducing