GitHub user jongyoul opened a pull request:
https://github.com/apache/zeppelin/pull/2936
MINOR Remove tracing logs when testing
### What is this PR for?
Removing redundant code when testing integration tests. It's hard to debug
because of that kind of less-useful messages of waiting something.
### What type of PR is it?
[Improvement]
### Todos
* [x] - Changed logging option to false
### What is the Jira issue?
N/A
### How should this be tested?
N/A
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jongyoul/zeppelin
minor-remove-redundent-test-logs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2936.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 #2936
----
commit 7d90bda322981a6a33aa7a55b697a2fcccbb1deb
Author: Jongyoul Lee <jongyoul@...>
Date: 2018-04-22T13:29:06Z
Changed all of trace logs disabled
Removed an unused Util class
----
---