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 <[email protected]>
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);