ELK M1 Security

mcqwerty,

I wonder if you could get into karaf (ssh -p 8101 openhab@localhost) (password is habopen) and type in:

log:set ERROR org.openhab.binding.TCPBinding (caveat: I haven’t tried this myself)
log:set ERROR org.openhab.binding.AbstractFileTransformationService (caveat: I haven’t tried this myself)

That will set your logging for those two services at level ERROR, and will not log Warnings.

More info here:

https://docs.openhab.org/administration/logging.html

That’ll modify your org.ops4j.pax.logging.cfg file located in /var/lib/openhab2/etc
More info here:
https://docs.openhab.org/administration/logging.html#config-file

I don’t see anyway to do wildcards or such in the transformation file :frowning: