This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch 1.22 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 5e384aec8ae2267f8d0363044903567ce9ac8d88 Author: Julian Reschke <[email protected]> AuthorDate: Thu Jan 23 12:57:05 2020 +0000 OAK-8861: backed out r1872872; to be included later git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1873066 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/org/apache/jackrabbit/oak/spi/GuavaDeprecation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/GuavaDeprecation.java b/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/GuavaDeprecation.java index 182ca6d9f1..269fd3291b 100644 --- a/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/GuavaDeprecation.java +++ b/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/GuavaDeprecation.java @@ -27,7 +27,7 @@ public class GuavaDeprecation { private static final Logger LOG = LoggerFactory.getLogger(GuavaDeprecation.class); - private static final String DEFAULT = "warn"; + private static final String DEFAULT = "info"; private static final String TLOGLEVEL = System.getProperty(GuavaDeprecation.class + ".LOGLEVEL", DEFAULT);
