You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is a corrupted log, logon-summary will crash:
[ERROR] timestamp parse error. input: null input contains invalid characters
thread 'main' panicked at src/timeline/metrics.rs:230:36:
called `Option::unwrap()` on a `None` value
The text was updated successfully, but these errors were encountered:
I noticed that this only happens with -x is used and therefore the events are more corrupt than normal.
This may be related to #1418
Someone created a PR to fix something but then closed it and never re-opened it so we might also want to fix this bug as well.
When there is a corrupted log,
logon-summary
will crash:The text was updated successfully, but these errors were encountered: