File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 
src/main/java/org/mariadb/jdbc/util/log Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ correction:
6666*  CONJ-858 Properties parameter that differ from string not taken in account
6767
6868### Easy logging  
69- If using log4j , just enabled package "org.mariadb.jdbc" log.
69+ If using slf4J , just enabled package "org.mariadb.jdbc" log.
7070
7171level ERROR will log connection error
7272level WARNING will log query errors
7373level DEBUG will log queries
7474level TRACE will log all exchanges with server.
7575
76- If not using log4j , console will be used. 
76+ If not using slf4J , console will be used. 
7777If really wanting to use JDK logger, System property "mariadb.logging.fallback" set to JDK will indicate to use common logging. 
7878
7979
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public static void init() {
7777 loggerFactory  = new  Slf4JLoggerFactory ();
7878 }
7979 } catch  (ClassNotFoundException  cle ) {
80-  // log4j  not in the classpath 
80+  // slf4j  not in the classpath 
8181 }
8282 if  (loggerFactory  == null ) {
8383 // default to console or use JDK logger if explicitly set by System property 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments