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/12/02 09:36:21 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-8862: oak-commons: bump up logging for deprecated Guava based APIs to WARN

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


The following commit(s) were added to refs/heads/1.22 by this push:
     new 359ce0b8d9 OAK-8862: oak-commons: bump up logging for deprecated Guava based APIs to WARN
359ce0b8d9 is described below

commit 359ce0b8d9f8737ddfbce87114d76fc8b222ec53
Author: Julian Reschke <re...@apache.org>
AuthorDate: Thu Jan 16 10:07:14 2020 +0000

    OAK-8862: oak-commons: bump up logging for deprecated Guava based APIs to WARN
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1872870 13f79535-47bb-0310-9956-ffa450edef68
---
 .../main/java/org/apache/jackrabbit/oak/commons/GuavaDeprecation.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/GuavaDeprecation.java b/oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/GuavaDeprecation.java
index 0925922a6c..5ffa003106 100644
--- a/oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/GuavaDeprecation.java
+++ b/oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/GuavaDeprecation.java
@@ -26,7 +26,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);