Verta python client should use the builtin logging module to handle various info/debug/error logging needs. This way downstream application can have full control over stdout. Using print for logging in a library is generally an anti-pattern in python.