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.
boardwalk
currently just prints out information to stdout usingclick.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.