Skip to content

Add logging

Bert Palm requested to merge add_logging into master

remove the click.echo printing, instead we now use logging, wich is disabled by default, unless the user configure logging (logging.basicConfig()) in their application.

Merge request reports