You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Sagar Sumit (Jira)" <ji...@apache.org> on 2021/11/03 05:41:00 UTC

[jira] [Resolved] (HUDI-233) Redo log statements using SLF4J

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

Sagar Sumit resolved HUDI-233.
------------------------------
    Resolution: Fixed

> Redo log statements using SLF4J 
> --------------------------------
>
>                 Key: HUDI-233
>                 URL: https://issues.apache.org/jira/browse/HUDI-233
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: Code Cleanup, newbie
>    Affects Versions: 0.5.0
>            Reporter: Vinoth Chandar
>            Assignee: leesf
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently we are not employing variable substitution aggresively in the project.  ala 
> {code:java}
> LogManager.getLogger(SomeName.class.getName()).info("Message: {}, Detail: {}", message, detail);
> {code}
> This can improve performance since the string concatenation is deferrable to when the logging is actually in effect.  



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