You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Alexey Diomin (JIRA)" <ji...@apache.org> on 2017/01/09 17:58:58 UTC

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

Alexey Diomin created FLINK-5431:
------------------------------------

             Summary: time format for akka status
                 Key: FLINK-5431
                 URL: https://issues.apache.org/jira/browse/FLINK-5431
             Project: Flink
          Issue Type: Improvement
            Reporter: Alexey Diomin
            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.4#6332)