We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: