We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3a743 commit 43a9046Copy full SHA for 43a9046
1 file changed
src/log.js
@@ -14,7 +14,7 @@
14
*
15
* @memberof log
16
*/
17
-const LOGGER_PREFIX = 'org.openhab.automation.openhab-js';
+const LOGGER_PREFIX = 'org.openhab.automation.jsscripting.openhab-js';
18
19
const MessageFormatter = Java.type('org.slf4j.helpers.MessageFormatter');
20
0 commit comments