You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Thanks @houqp! It's on our radar to replace the print-based "logging" statements with proper logging invocation. I'll make sure to tag this Issue in the PR when it's in.
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.
The text was updated successfully, but these errors were encountered: