I think a better fix than changing the message priority from INFO to DEBUG would be to remember the value reported last, and then only emit a new message if the current value is different from the last value. If values change too frequently, some throttling may be appropriate, also.