Adjusting logging of OH3 Http Binding

I’m using OH 3.0.1 on a Mac and using the HTTP binding (thanks for this) for GETS from a REST server. Now, every response shows up in the events log as:

[INFO ] [openhab.event.ItemStateChangedEvent] - Item 'Solar Status' changed from [old json] to [new json]  

Is there a way to change logging by the http binding to WARN or even OFF to reduce log clutter? This seems to have no effect:

openhab> log:set WARN org.openhab.binding.http

Because it is not the http binding that logs this message but the core. This happens for all item state changes. You can only configure to not log item state changes at all, but not suppress the log for a single item.

1 Like