rgs1/zk_shell

Add verbose mode

Closed this issue · 3 comments

It'd be nice if there was a verbose mode that showed the commands in kazoo being executed (be neat to see exactly what runs/is sent to zookeeper for each corresponding zk_shell command somehow).

rgs1 commented

this should probably be achievable via logging.basicConfig(level=logging.debug) or such..

rgs1 commented

i.e. we should expose --log-level flag that would trigger logging.basicConfig

Sure, that might just be fine :)