Howto reduce logging of systeminfo binding?

Hi,

I’ve installed (and in use) the systeminfo binding to display all kind of system parameters.
The update rate is every ~ 5 seconds which is very nice but the side effect is that the events.log file grows by the minute.
I’ve tried several ‘obvious’ settings in logback.xml but cannot get it to stop.

<logger name="runtime.busevents" level="INFO" additivity="false">
    <appender-ref ref="EVENTFILE" />
    <!-- appender-ref ref="STDOUT" / -->
</logger>

<logger name="org.openhab.binding.systeminfo" level="OFF" />

Any suggestions ?

-ben

I would also be interested in a solution.
The binding just spams the events.log

log:set ERROR org.openhab.binding.systeminfo
in the Karaf Console also does not stop the flood of logs in events.log

Can somebody please help?

Hi, I am also looking for a solution here. I use the CPU load and this generates 2-3 entries every second into the events.log :frowning:

Me too!
No solution for this “issue”?

Yes, there is a solution, look here:

I implemented this, and it works!

Holger

How did you configure the Thing regarding the used Intervall? You can select the number of seconds for high and medium priorities, that way the actual logging will also be decreased!