[#3226] DefaultConnectionProvider shouldn't use DSL class for DEBUG logging
This commit is contained in:
parent
e8beadc6e7
commit
10ec532b4d
@ -62,7 +62,7 @@ import org.jooq.tools.JooqLogger;
|
||||
*/
|
||||
public class DefaultConnectionProvider implements ConnectionProvider {
|
||||
|
||||
private static final JooqLogger log = JooqLogger.getLogger(DSL.class);
|
||||
private static final JooqLogger log = JooqLogger.getLogger(DefaultConnectionProvider.class);
|
||||
private Connection connection;
|
||||
|
||||
public DefaultConnectionProvider(Connection connection) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user