]> git.basschouten.com Git - openhab-addons.git/commitdiff
[modbus] update verbose logging guide in README (#9871)
authorSami Salonen <ssalonen@gmail.com>
Tue, 19 Jan 2021 15:55:17 +0000 (17:55 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Jan 2021 15:55:17 +0000 (16:55 +0100)
As a result of openhab#9268 the logger is now in core.

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
bundles/org.openhab.binding.modbus/README.md

index 2471568ace98ead578b949d50b38704de59d343c..c2a0f6c0d8cf61ad8b2263bc08a9e2059c54cb8d 100644 (file)
@@ -1265,7 +1265,7 @@ Check thing status for errors in configuration or communication.
 Enable `DEBUG` or `TRACE` (even more verbose) logging for the loggers named:
 
 * `org.openhab.binding.modbus`
-* `org.openhab.io.transport.modbus`
+* `org.openhab.core.io.transport.modbus`
 * `net.wimpi.modbus`
 
 Consult [openHAB logging documentation](https://www.openhab.org/docs/administration/logging.html#defining-what-to-log) for more information.