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

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b19265  better default for slf4j integration
6b19265 is described below

commit 6b192659ff2f73fdb8f3e7b31f758038dab721e2
Author: Romain Manni-Bucau <rmannibu...@gmail.com>
AuthorDate: Fri Mar 27 15:09:50 2020 +0100

    better default for slf4j integration
---
 .../src/main/java/org/apache/openwebbeans/slf4j/Slf4jLogger.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/webbeans-slf4j/src/main/java/org/apache/openwebbeans/slf4j/Slf4jLogger.java 
b/webbeans-slf4j/src/main/java/org/apache/openwebbeans/slf4j/Slf4jLogger.java
index b9df24f..0cf4068 100644
--- 
a/webbeans-slf4j/src/main/java/org/apache/openwebbeans/slf4j/Slf4jLogger.java
+++ 
b/webbeans-slf4j/src/main/java/org/apache/openwebbeans/slf4j/Slf4jLogger.java
@@ -32,7 +32,7 @@ import java.util.logging.Logger;
 // mainly from cxf
 class Slf4jLogger extends Logger
 {
-    private static final String FQN = 
System.getProperty("org.apache.openwebbeans.slf4j.fqn", Logger.class.getName());
+    private static final String FQN = 
System.getProperty("org.apache.openwebbeans.slf4j.fqn", 
Slf4jLogger.class.getName());
 
     private final org.slf4j.Logger logger;
     private final LocationAwareLogger locationAwareLogger;

Reply via email to