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

Can't match entries between Event List and OZW Logs #63

Open
michaelolson opened this issue Sep 5, 2020 · 0 comments
Open

Can't match entries between Event List and OZW Logs #63

michaelolson opened this issue Sep 5, 2020 · 0 comments

Comments

@michaelolson
Copy link

The Event List and OZW Logs provide a different way of identifying entries, which makes it hard to correlate the two.

The Event List:

  • Provides no date.
  • Emits entries in local time.
  • Uses 24 hour time.
  • Includes seconds.

The OZW Logs:

  • Has a date.
  • Uses UTC.
  • Uses AM/PM.
  • Only provides minutes.

I would expect both logs to emit identical looking entries to enable matching OZW log entries with the event list. In fact, a merged view of the two could be quite useful for debugging. The level of metadata in the event list is good right now, though adding dates is probably not a bad idea for long running logs. Also, being able to copy a section of the logs with its metadata, such as time and node, would make it easier to report problems.

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

No branches or pull requests

1 participant