Add logging
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.
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.