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

[BUG] Duplicate log entries #11

Closed
mrjackwills opened this issue Oct 8, 2022 · 0 comments
Closed

[BUG] Duplicate log entries #11

mrjackwills opened this issue Oct 8, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@mrjackwills
Copy link
Owner

Describe the bug
Have, on occasion, seen duplicate log entries in the log panel

To Reproduce
So far difficult to replicate

Expected behavior
Should only display each log entry once

Fixes
Should always record timestamp with each log entry, maybe in a tuple (timestamp, log_entry), and then only insert into the log Vec (or ideally a HashSet), if the (timestamp, log_entry) is unique.
Would need to change the way the -t arg is interpreted in order to display, or not display, the timestamp

@mrjackwills mrjackwills added the bug Something isn't working label Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant