Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dates should be presented in EN-ISO8601 date format. #34

Open
marcus-aa opened this issue Oct 8, 2018 · 0 comments
Open

Dates should be presented in EN-ISO8601 date format. #34

marcus-aa opened this issue Oct 8, 2018 · 0 comments

Comments

@marcus-aa
Copy link

Dates are not is standard format and not easily machine-sortable.

current notation:

[#1 (F:136.725 P:-0.9) 08/10/2018 17:44:41.050

Better to start each line with a ISO8601-compliant date:

2018-10-08T17:44:41,050 [#1 (F:136.725 P:-0.9)

That way we can sort and purge log files very easily, and still keep good human redability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants