You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Zezeng Wang (Jira)" <ji...@apache.org> on 2019/11/14 08:54:00 UTC

[jira] [Updated] (AVRO-2625) System.out should not be used as a log record

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

Zezeng Wang updated AVRO-2625:
------------------------------
    Description: 
In Avro-mapred:
[https://github.com/apache/avro/blob/eab8e019d6452c5cf54c1278db51861ca9bf6aac/lang/java/mapred/src/main/java/org/apache/avro/mapred/tether/TetheredProcess.java#L219|http://example.com]

# Using system.out.print and log to print together, which makes me wonder, is this a specific intention?
If you change to log.info, do you have any other comments?

  was:
In Avro-mapred:
[https://github.com/apache/avro/blob/eab8e019d6452c5cf54c1278db51861ca9bf6aac/lang/java/mapred/src/main/java/org/apache/avro/mapred/tether/TetheredProcess.java#L219|http://example.com]

### Using system.out.print and log to print together, which makes me wonder, is this a specific intention?
If you change to log.info, do you have any other comments?


> System.out should not be used as a log record
> ---------------------------------------------
>
>                 Key: AVRO-2625
>                 URL: https://issues.apache.org/jira/browse/AVRO-2625
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Zezeng Wang
>            Priority: Minor
>
> In Avro-mapred:
> [https://github.com/apache/avro/blob/eab8e019d6452c5cf54c1278db51861ca9bf6aac/lang/java/mapred/src/main/java/org/apache/avro/mapred/tether/TetheredProcess.java#L219|http://example.com]
> # Using system.out.print and log to print together, which makes me wonder, is this a specific intention?
> If you change to log.info, do you have any other comments?



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