[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 <ssalonen@gmail.com>
This commit is contained in:
Sami Salonen 2021-01-19 17:55:17 +02:00 committed by GitHub
parent b5b787932d
commit c81e0c0a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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.