GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/5814
[FLINK-9045][REST] Add logging message for web UI address
## What is the purpose of the change
Adds a logging message explicitly saying on which address and port the web
UI is listening on.
This message is logged in the legacy code-base, but with flip6 we were only
logging the REST server address. While technically the same it may not be
obvious to users that there is a difference.
## Verifying this change
Not tested.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 9045
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5814.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 #5814
----
commit f71ed114024727da3fe985f1a43c7a1b40ede9ee
Author: zentol <chesnay@...>
Date: 2018-04-04T08:44:59Z
[FLINK-9045][REST] Add logging message for web UI address
----
---