-
Notifications
You must be signed in to change notification settings - Fork 9
Change the logger prefix to org.openhab.automation.script #464
Comments
The jsr223 prefix is pretty arbitrary, we could change it to match. |
The default level for org.openhab.automation.script is TRACE. This may not be desirable for us. The only thing set to INFO is The best solution is to get openhab distro to change |
Also we might want to use |
@boc-tothefuture check out the discussion here: openhab/openhab-distro#1362 |
🎉 This issue has been resolved in version 4.28.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Currently the logger prefix jsr223.jruby needs to be manually set to INFO in the karaf console, otherwise the logging would not be visible. It seems that many new users stumbled on this issue. JS Scripting uses
org.openhab.automation.script
as its logger prefix. Should we change our logger to match?The text was updated successfully, but these errors were encountered: