We get a lot of DEBUG log messages when Kamon JVM or System metrics are enabled. For example:
15:11:00.223 DEBUG - Reading file /sys/class/net/ens160/statistics/tx_bytes
15:11:00.223 DEBUG - Reading file /sys/class/net/ens160/statistics/tx_bytes
15:11:00.224 DEBUG - Reading file /sys/class/net/ens160/statistics/rx_bytes
15:11:00.224 DEBUG - Reading file /sys/class/net/ens160/statistics/rx_bytes
15:11:00.224 DEBUG - Reading file /sys/class/net/ens160/statistics/tx_packets
15:11:00.224 DEBUG - Reading file /sys/class/net/ens160/statistics/tx_packets
15:11:00.224 DEBUG - Reading file /sys/class/net/ens160/statistics/rx_packets
15:11:00.224 DEBUG - Reading file /sys/class/net/ens160/statistics/rx_packets
15:11:00.224 DEBUG - Reading file /sys/class/net/ens160/statistics/tx_errors
15:11:00.224 DEBUG - Reading file /sys/class/net/ens160/statistics/tx_errors
15:11:00.224 DEBUG - Reading file /sys/class/net/ens160/statistics/rx_errors
15:11:00.224 DEBUG - Reading file /sys/class/net/ens160/statistics/rx_errors
15:11:00.224 DEBUG - Reading file /sys/class/net/ens160/speed
15:11:00.224 DEBUG - Reading file /sys/class/net/ens160/speed
Whatever logger used in these Kamon modules doesn’t seem to honor the logback.xml or application.conf log levels we set. Anybody have any insight into this? The Kamon documentation didn’t seem to say anything about this, and when I look at the Kamon resource.conf, I don’t see any parameters that can be changed. The Kamon Akka metrics are working beautifully but for these extraneous DEBUG messages.