You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Anton Solovev (JIRA)" <ji...@apache.org> on 2017/02/07 13:07:41 UTC

[jira] [Comment Edited] (FLINK-5431) time format for akka status

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

Anton Solovev edited comment on FLINK-5431 at 2/7/17 1:07 PM:
--------------------------------------------------------------

How should I make it configurable?
for example through cli - push a parametr to {{flink run appname.jar --logger.akka.pattern=HH:mm:ss}}
Or create an another one option {{flink run --logger HH:mm:ss appname.jar}}
And where we catch pattern, from flink-conf.yml or log4j props?


was (Author: tonycox):
How should I make it configurable?
for example through cli - push a parametr to {{flink run appname.jar --logger.akka.pattern=HH:mm:ss}}
Or create an another one option {{flink run --logger HH:mm:ss appname.jar}}
And where we catch pattern from flink-conf.yml or log4j props?

> time format for akka status
> ---------------------------
>
>                 Key: FLINK-5431
>                 URL: https://issues.apache.org/jira/browse/FLINK-5431
>             Project: Flink
>          Issue Type: Improvement
>          Components: Distributed Coordination
>            Reporter: Alexey Diomin
>            Assignee: Anton Solovev
>            Priority: Minor
>
> In ExecutionGraphMessages we have code
> {code}
> private val DATE_FORMATTER: SimpleDateFormat = new SimpleDateFormat("MM/dd/yyyy HH:mm:ss")
> {code}
> But sometimes it cause confusion when main logger configured with "dd/MM/yyyy".
> We need making this format configurable or maybe stay only "HH:mm:ss" for prevent misunderstanding output date-time



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)