You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Andrey N. Gura (Jira)" <ji...@apache.org> on 2020/04/17 13:11:00 UTC

[jira] [Created] (IGNITE-12910) SqlViewExporterSpi uses log method which must not be used in production code

Andrey N. Gura created IGNITE-12910:
---------------------------------------

             Summary: SqlViewExporterSpi uses log method which must not be used in production code
                 Key: IGNITE-12910
                 URL: https://issues.apache.org/jira/browse/IGNITE-12910
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.8
            Reporter: Andrey N. Gura
             Fix For: 2.8.1


{{SqlViewExporterSpi.register()}} method uses IgniteUtils.debug() method that log on INFO level instead of DEBUG because it needs only for debug purposes. Should be replaced by explicit log.debug() invocation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)