You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2022/11/16 14:01:12 UTC

[jackrabbit-oak] branch OAK-10002 updated: OAK-10002: oak-core: bump up logging for deprecated Guava based APIs to INFO

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch OAK-10002
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/OAK-10002 by this push:
     new 662acedae4 OAK-10002: oak-core: bump up logging for deprecated Guava based APIs to INFO
662acedae4 is described below

commit 662acedae48510b5f994aa962a1b10c1844501d5
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Wed Nov 16 15:01:02 2022 +0100

    OAK-10002: oak-core: bump up logging for deprecated Guava based APIs to INFO
---
 .../src/main/java/org/apache/jackrabbit/oak/core/GuavaDeprecation.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-core/src/main/java/org/apache/jackrabbit/oak/core/GuavaDeprecation.java b/oak-core/src/main/java/org/apache/jackrabbit/oak/core/GuavaDeprecation.java
index 6bdec816d8..3c16751f2f 100644
--- a/oak-core/src/main/java/org/apache/jackrabbit/oak/core/GuavaDeprecation.java
+++ b/oak-core/src/main/java/org/apache/jackrabbit/oak/core/GuavaDeprecation.java
@@ -25,7 +25,7 @@ public class GuavaDeprecation {
 
     private static final Logger LOG = LoggerFactory.getLogger(GuavaDeprecation.class);
 
-    private static final String DEFAULT = "debug";
+    private static final String DEFAULT = "info";
 
     private static final String TLOGLEVEL = System.getProperty(GuavaDeprecation.class + ".LOGLEVEL", DEFAULT);