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
Please can this be changed to either a Python warning or a log message so it can easily be ignored when using vertica-python as a third party module?
The text was updated successfully, but these errors were encountered:
mikeengland
changed the title
Warnings are being printed to console since v0.8.1
Messages are being printed to console via a print statement since v0.8.1
Jan 4, 2019
Thank you for your feedback! We have an open issue #243 to gather ideas about message handling. Please leave your suggestions there. It would be great if you also describe your expectation about message handling behaviors when using vertica-python as a third party module.
EDIT: For now, I have pushed a quick fix to write messages to log (#252). Please install version 0.8.2 to get this fix. You are still encouraged to tell us your thoughts at #243. Thanks!
Thank you @sitingren, that will allow us to ignore the Vertica messages or log them elsewhere, which is much easier than dealing with print statements!
In the commit feb7869#diff-08e1a2fc0457d9f1c5a22e5344108fa4R470 (new line 470), the code executes a print statement if there is a message.
Please can this be changed to either a Python warning or a log message so it can easily be ignored when using vertica-python as a third party module?
The text was updated successfully, but these errors were encountered: