Hi Alexey,
I agree with your proposal to use "-MM-dd HH:mm:ss" or even
"-MM-ddTHH:mm:ss" to follow the ISO standard per default but still give
the user the possibility to configure it.
Cheers,
Till
On Mon, Jan 9, 2017 at 7:10 PM, Alexey Demin wrote:
> Hi, Till
>
> I created https://iss
Hi, Till
I created https://issues.apache.org/jira/browse/FLINK-5431
I prefer use "-MM-dd HH:mm:ss" because it's more similar to ISO date
format.
We can't stay only "HH:mm:ss" because this formatter are using for output
data on console (System.out )
and for longrunning applications print hours
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
Hi Alexey,
this is a good proposal. Could you open a corresponding JIRA issue for this
change?
Cheers,
Till
On Sun, Jan 8, 2017 at 8:32 AM, Alexey Demin wrote:
> Hi
>
> In ExecutionGraphMessages we have code
>
> private val DATE_FORMATTER: SimpleDateFormat = new
> SimpleDateFormat("MM/dd/
Hi
In ExecutionGraphMessages we have code
private val DATE_FORMATTER: SimpleDateFormat = new
SimpleDateFormat("MM/dd/ HH:mm:ss")
But sometimes it cause confusion when main logger configured with
"dd/MM/".
What are you thinking about making this format configurable or maybe stay
only HH