Evgenii Zhuravlev created IGNITE-8899:
-----------------------------------------

             Summary: IgniteJdbcDriver directly create JavaLogger in static 
context
                 Key: IGNITE-8899
                 URL: https://issues.apache.org/jira/browse/IGNITE-8899
             Project: Ignite
          Issue Type: Bug
            Reporter: Evgenii Zhuravlev


It means, that it always prints error in logs, if Jul logging file doesn't 
exist. I suggest to use the same approach as in thin driver:
replace 
new JavaLogger()
with
Logger.getLogger(IgniteJdbcDriver.class.getName())



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to