How to turn off DEBUG logging?

The other day I used the following command to turn on logging for the Z-Wave binding:

log:set DEBUG org.openhab.binding.zwave

Now my question is what is the command to turn DEBUG off?

log:set INFO org.openhab.binding.zwave

2 Likes

Thanks Chris!