GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/5419
[FLINK-8574][travis] Add timestamp to logging messages
With this PR logging statements on travis also include a timestamp( e.g.
`09:00:27.972`). This allows us to better judge how long each part of build
takes, in particular plugins.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 8574
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5419.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 #5419
----
commit 4245b3069add4139562fadbd3c096f031f112dd2
Author: zentol <chesnay@...>
Date: 2018-02-07T08:52:23Z
[FLINK-8574][travis] Add timestamp to logging messages
----
---