You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Daniel Halperin (JIRA)" <ji...@apache.org> on 2016/06/25 17:17:37 UTC

[jira] [Updated] (BEAM-178) stdout vs logging in DataflowPipelineRunner?

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

Daniel Halperin updated BEAM-178:
---------------------------------
    Fix Version/s: Not applicable

> stdout vs logging in DataflowPipelineRunner?
> --------------------------------------------
>
>                 Key: BEAM-178
>                 URL: https://issues.apache.org/jira/browse/BEAM-178
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-dataflow
>            Reporter: Daniel Halperin
>            Assignee: Davor Bonaci
>            Priority: Minor
>             Fix For: Not applicable
>
>
> We seem to thoroughly intermingle logging and println. Is this deliberate?
> e.g.,
> {code}
>     LOG.info("To access the Dataflow monitoring console, please navigate to {}",
>         MonitoringUtil.getJobMonitoringPageURL(options.getProject(), jobResult.getId()));
>     System.out.println("Submitted job: " + jobResult.getId());
> {code}
> Original genesis for this was noticing a println in a backport Cl: https://github.com/apache/incubator-beam/blob/master/sdks/java/core/src/main/java/com/google/cloud/dataflow/sdk/runners/DataflowPipelineRunner.java#L451



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)