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 it to
TRACE.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 8800
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5594.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5594
----
commit 7660703e24690bf7027549ff928972aec4215398
Author: zentol <chesnay@...>
Date: 2018-02-28T08:42:38Z
[FLINK-8800][REST] Reduce logging of all requests to TRACE
----
---