Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
18 stars 1 forks source link

boardwalk CLI should emit logs from a logger #7

Closed m4wh6k closed 1 year ago

m4wh6k commented 2 years ago

boardwalk currently just prints out information to stdout using click.echo(). This has worked fine for a long time but it would be better if we started using a proper logger instead. This would more easily open the door to having debug logging levels for the CLI.