[
https://issues.apache.org/jira/browse/IGNITE-8899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16529782#comment-16529782
]
Evgenii Zhuravlev commented on IGNITE-8899:
-------------------------------------------
Checked TC:
https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_RunAll&branch_IgniteTests24Java8=pull%2F4284%2Fhead&tab=buildTypeStatusDiv
It looks good and doesn't have any new test failures.
> 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
>
> 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)