jmx_exporter
jmx_exporter copied to clipboard
Reduce the amount of logs by explicit handling of IO and Security exceptions
I noticed that those exceptions can happen quite often in a production environment, causing logs to bloat. As the stack trace doesn't provide any insights not already presented by exception message, it is pointless to log it.