I’ve got a temperature sensor with which I want to detect whether a fireplace is burning or not. So I’ve got it reporting temperatures every second. But that produces a lot of log entries…
No. events.log is the logger for the event bus. There is not a separate logger per Item. All Item events share the same logger. It’s all or nothing. So you could disable logging of all Item changes.
You can set up a reges filter to remove those logs from the file entirely.