Is your feature request related to a problem? Please describe.
Logging is not implemented. As is a cli tool, use of print()
is valid in many cases. However, it would be nice to log certain events to a file or stderr.
Describe the solution you'd like
Python logging from stdlib.