[
https://issues.apache.org/jira/browse/FLINK-5431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15865897#comment-15865897
]
ASF GitHub Bot commented on FLINK-5431:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/3297#discussion_r101052582
--- Diff: docs/setup/config.md ---
@@ -151,6 +151,8 @@ one of the values specified in
`security.kerberos.login.contexts`.
### Other
+- `client.logging.time-pattern`: (DEFAULT: `yyyy-MM-dd'T'HH:mm:ss`) The
date time pattern applied to client akctor logger.
--- End diff --
`acktor` -> `actor`
> 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)