[
https://issues.apache.org/jira/browse/FLINK-17166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100628#comment-17100628
]
Till Rohrmann commented on FLINK-17166:
---------------------------------------
I did not mean that we can separate the logging statements from the other
STDOUT output. I think it might be fine that the log statements also get
written to the out file. What I meant was that we can split STDOUT and STDERR
into separate files via {{(cmd | tee stdout.log) 3>&1 1>&2 2>&3 | tee
stderr.log}}.
> Modify the log4j-console.properties to also output logs into the files for
> WebUI
> --------------------------------------------------------------------------------
>
> Key: FLINK-17166
> URL: https://issues.apache.org/jira/browse/FLINK-17166
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Configuration
> Reporter: Andrey Zagrebin
> Assignee: Yang Wang
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.0
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)