-
Notifications
You must be signed in to change notification settings - Fork 2
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
Timestamp formatting options #17
Comments
For the record, some earlier work and discussion at #14 |
Some possible time formats:
Proposal: Implement a Q: What about whether to display brackets around the time? Some title lines from demo.log, apm-server, elasticsearch, and kibana:
For starters, time format conversion should assume the raw |
Actually the default format should be "raw" or something, i.e. use the string exactly as it is in the log record. |
Add flags for an alternative (aka shorter) timestamp format, and to convert to local time zone.
The text was updated successfully, but these errors were encountered: