Closed miwok72 closed 1 year ago
@openhab/core-maintainers I guess this is a core issue, not an UI issue. WDYT?
@florian-h05 I agree, I'll move the issue to openhab-core.
I just tried to reproduce this but it works fine for me on both 4.0.3 and the 4.1.0-SNAPSHOT. The logging suggests something may be wrong with your log4j2.xml
. Maybe you can check if it is valid?
with the original log4j2.xml file it works, with my file unfortunately not, below the two differences:
This is an issue in Apache Karaf. It seems it cannot handle inserting a <Logger>
whenever the last Logger has a <Logger ...>
start and </Logger>
end tag:
<Logger additivity="false" level="INFO" name="org.openhab.binding.zwave">
<AppenderRef ref="ZWAVE"/>
</Logger>
If you change the order so the last Logger is a <Logger ...>
it seems to work fine.
Please create an issue for this in the Apache Karaf issue tracker to get it fixed:
This issue has been mentioned on openHAB Community. There might be relevant details there:
Activating the DEBUG loglevel via the page "configure Jinja Transformation" leads to the following error message, the loglevel remains at "info". OH 4.0.3