You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Nishith Agarwal (Jira)" <ji...@apache.org> on 2020/01/07 21:19:00 UTC

[jira] [Commented] (HUDI-397) Normalize log print statement

    [ https://issues.apache.org/jira/browse/HUDI-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17010096#comment-17010096 ] 

Nishith Agarwal commented on HUDI-397:
--------------------------------------

[~yanghua] I agree, this was introduced by me during tests to be able to grep logs easily while debugging. Let's refactor this to the usual logging, without the "–" 

> Normalize log print statement
> -----------------------------
>
>                 Key: HUDI-397
>                 URL: https://issues.apache.org/jira/browse/HUDI-397
>             Project: Apache Hudi (incubating)
>          Issue Type: Sub-task
>          Components: Testing
>            Reporter: vinoyang
>            Priority: Major
>
> In test suite module, there are many logging statements looks like this pattern:
> {code:java}
> log.info(String.format("----------------- inserting input data %s ------------------", this.getName()));
> {code}
> IMO, it's not a good design. We need to refactor it.
>  
>  



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