You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgenii Zhuravlev (JIRA)" <ji...@apache.org> on 2018/07/10 14:13:00 UTC

[jira] [Updated] (IGNITE-8899) IgniteJdbcDriver directly create JavaLogger in static context

     [ https://issues.apache.org/jira/browse/IGNITE-8899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evgenii Zhuravlev updated IGNITE-8899:
--------------------------------------
    Fix Version/s: 2.7

> 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
>            Assignee: Evgenii Zhuravlev
>            Priority: Major
>             Fix For: 2.7
>
>
> 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)