GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/1874
ARTEMIS-1687 reduce logging for fast-tests
Logging for the "fast-tests" profile used for PR builds could be reduced
significantly. This would save time as well as prevent log truncation
(Travis CI only supports logs up to 4MB).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1687
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1874.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 #1874
----
commit 63765fb95de98d62fe4993fc8fd021e07a1d65ba
Author: Justin Bertram <jbertram@...>
Date: 2018-02-16T18:50:26Z
ARTEMIS-1687 reduce logging for fast-tests
Logging for the "fast-tests" profile used for PR builds could be reduced
significantly. This would save time as well as prevent log truncation
(Travis CI only supports logs up to 4MB).
----
---