enable running witness_node binary in debug mode without the need to build a specific binary

witness logs currently printed are not detailed. In order to run witness in debug mode, today we need to build the binary with special flags, which is a long process.

To aid testing and debugging it would be good if the "default" binary itself can be used to run in normal mode with "witness_node" command and in debug mode by running "witness_node --debug" command