bpm-diag / smartRPA

MIT License
19 stars 2 forks source link

Duplicate Logging with StandardEvents #22

Open thohenadl opened 11 months ago

thohenadl commented 11 months ago

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 commented 9 months ago

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