hubblestack / hubble

Hubble is a modular, open-source security compliance framework. The project provides on-demand profile-based auditing, real-time security event notifications, alerting, and reporting.
Apache License 2.0
380 stars 87 forks source link

Fix logging formatting #1138

Closed vladmonea closed 2 years ago

vladmonea commented 2 years ago

Formatting in MinionError references a a field 3, which should be a field 2. May cause an exception if executed.

Note: the change-set is quite big due to linter requirements. The actual change is on line 691. Additionally, I've removed unused arguments on lines 44 and 260, respectively.