Skip to content

Commit 43a9046

Browse files
authored
[log] Align logger prefix to changes in script logger names (#516)
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent 7e3a743 commit 43a9046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* @memberof log
1616
*/
17-
const LOGGER_PREFIX = 'org.openhab.automation.openhab-js';
17+
const LOGGER_PREFIX = 'org.openhab.automation.jsscripting.openhab-js';
1818

1919
const MessageFormatter = Java.type('org.slf4j.helpers.MessageFormatter');
2020

0 commit comments

Comments
 (0)