The logger component automatically logs all log messages to STDOUT.
If you are running boneIO as service then all logs should be visible via journalctl -u boneio
or journalctl -f
.
Default log level is INFO
.
If you run from command line there are arguments:
-d
or -dd
eg
boneio run -c config.yaml -d
boneio run -c config.yaml -dd
Debug logger can be configured via yaml as well.
logger:
default: DEBUG
logs:
pymodbus.client: DEBUG