click-contrib / click-log

Simple and beautiful logging for click applications
https://click-log.readthedocs.org/
MIT License
109 stars 24 forks source link

Operate on the default logger by default #12

Closed WhyNotHugo closed 7 years ago

WhyNotHugo commented 7 years ago

basic_config operates on the default logger by default. Implement the same behaviour for simple_verbosity_option, so that both can be called with no arguments when the root logger should be used.

Closes #9