This is an automated email from the ASF dual-hosted git repository. randgalt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/curator.git
commit b5eea4cde510d5c957912d89c03d06b2d690defe Author: Enrico Olivelli <[email protected]> AuthorDate: Sun Jul 28 16:48:30 2019 +0200 Turn off spammy logs --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6021809..8c74e7a 100644 --- a/pom.xml +++ b/pom.xml @@ -850,7 +850,7 @@ <artifactId>clirr-maven-plugin</artifactId> <configuration> <failOnError>false</failOnError> - <logResults>true</logResults> + <logResults>false</logResults> <includes> <include>org/apache/curator/**</include> </includes>
