Clean SimpleRoverTest outcome
Signed-off-by:Jacek Grzebyta <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/e9728e8e Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/e9728e8e Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/e9728e8e Branch: refs/heads/master Commit: e9728e8e68389d205f0db0dc40b969a19a5a137f Parents: e235954 Author: Jacek Grzebyta <[email protected]> Authored: Fri Jul 14 16:41:38 2017 +0100 Committer: Jacek Grzebyta <[email protected]> Committed: Fri Jul 14 16:41:38 2017 +0100 ---------------------------------------------------------------------- cli/src/test/resources/log4j.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/e9728e8e/cli/src/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/cli/src/test/resources/log4j.properties b/cli/src/test/resources/log4j.properties index 1e5e379..a908dc8 100644 --- a/cli/src/test/resources/log4j.properties +++ b/cli/src/test/resources/log4j.properties @@ -12,8 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -log4j.logger.org.apache.any23.cli.YAMLRoverTest=trace -log4j.logger.org.apache.any23.cli.SimpleRoverTest=trace +log4j.logger.org.apache.any23.cli.YAMLRoverTest=info log4j.rootLogger=INFO, A1
