Thanks for the great work you all. In light of the recent PR, it came to notice that we are using print statements in the library instead of proper logging. As this is a library used by other applications, adding logging can allow the user to filter messages with different severity on their end and collect messages in the appropriate place. It's the user's choice to dump the traceback on standard output / error or not, which can be a security issue in certain environments.