Wish there was a way to suppress or better correlate to ecobee. When you are looking for issues it’s generic nature makes you want to explore it further.
I think it’s incorrect for org.openhab.io.net.http.HttpUtil to log anything above DEBUG level and I think it might be a regression that it now does. A utility class like HttpUtil does not know whether a 500 HTTP status code is something that warrants a log entry; rather the code usingHttpUtil would be in a position to know if it should be logged, and at what level.
I agree. Actually, the ESH version of HttpUtil only logs debug messages, the warning was only left in the 1.x compatibility layer. I have created https://github.com/openhab/openhab-core/pull/227 to fix this.