From bc5fdecdf4c76443af594a2cceeba79c88cc5a87 Mon Sep 17 00:00:00 2001 From: Sami Salonen Date: Tue, 19 Jan 2021 17:55:17 +0200 Subject: [PATCH] [modbus] update verbose logging guide in README (#9871) As a result of openhab#9268 the logger is now in core. Signed-off-by: Sami Salonen --- bundles/org.openhab.binding.modbus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.modbus/README.md b/bundles/org.openhab.binding.modbus/README.md index 2471568ace98e..c2a0f6c0d8cf6 100644 --- a/bundles/org.openhab.binding.modbus/README.md +++ b/bundles/org.openhab.binding.modbus/README.md @@ -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.