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 9c081729edd987653bc1c958ec7dec7dd61c1445 Author: Julian Reschke <[email protected]> AuthorDate: Tue Jan 28 17:32:07 2020 +0000 OAK-8861: oak-core-spi: bump up logging for deprecated Guava based APIs to WARN git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1873265 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 269fd3291b..182ca6d9f1 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 = "info"; + private static final String DEFAULT = "warn"; private static final String TLOGLEVEL = System.getProperty(GuavaDeprecation.class + ".LOGLEVEL", DEFAULT);
