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

Duplicate Logging with StandardEvents #22

Open
thohenadl opened this issue Dec 6, 2023 · 1 comment
Open

Duplicate Logging with StandardEvents #22

thohenadl opened this issue Dec 6, 2023 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@thohenadl
Copy link
Collaborator

The standard events method of Jose Luis and Antonio produces duplicate events in the presence of other loggers active, e.g. clipboard events:

image

This has to be fixed and only the specific event should be recorded instead of the low level "CTRL + C" event or removed using a redundancy filter/rule.

@thohenadl thohenadl added bug Something isn't working enhancement New feature or request labels Dec 6, 2023
@thohenadl
Copy link
Collaborator Author

Additionally, if the standard events are logged, they create more content/Traffic to the logger server:
Same three steps enacted in the browser:
With standard events:
image

Without standard events:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant