Unfortunately that is not a debug log.
Did you see the link to the docs from my post above?
Go to karaf console and type
log:set DEBUG org.openhab.binding.zwave
You should also log zwave to a separate file to make it better readable:
https://docs.openhab.org/administration/logging.html#logging-into-separate-file
You have a lot of errors in your logs:
Your Zigbee is not connected to the correct port. Are you using two USB devices at the same time? That can cause trouble when rebooting because the ports can change, you may need to use symlinks:
Also your network bindings needs arping installed:
https://docs.openhab.org/addons/bindings/network/readme.html#arping
I would highly recommend to first troubleshoot all your errors and then advance to zwave device inclusion.