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

ASF GitHub Bot commented on FLINK-2248:
---------------------------------------

Github user mxm commented on a diff in the pull request:

    https://github.com/apache/flink/pull/957#discussion_r35855355
  
    --- Diff: 
flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontendParser.java 
---
    @@ -51,6 +51,9 @@
                        "The parallelism with which to run the program. 
Optional flag to override the default value " +
                                        "specified in the configuration.");
     
    +   static final Option LOGGING_OPTION = new Option("q","stdoutLogging", 
false, "Whether stdout " +
    --- End diff --
    
    Space missing after `"q",`.


> Allow disabling of sdtout logging output
> ----------------------------------------
>
>                 Key: FLINK-2248
>                 URL: https://issues.apache.org/jira/browse/FLINK-2248
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: Theodore Vasiloudis
>            Priority: Minor
>              Labels: starter
>
> Currently when a job is submitted through the CLI we get in stdout all the 
> log output about each stage in the job.
> It would useful to have an easy way to disable this output when submitting 
> the job, as most of the time we are only interested in the log output if 
> something goes wrong.



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

Reply via email to