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
Print() was useful for debugging and moving fast but I really need to use a good implementation of the Python logging. This will allows for good error logging and information display of only relevant information.
The text was updated successfully, but these errors were encountered:
I was looking through the source code and did not find any instances of Print() anywhere. I assume any logging would happen inside the send and receive functions of the faraday.py file?
Print()
was useful for debugging and moving fast but I really need to use a good implementation of the Pythonlogging
. This will allows for good error logging and information display of only relevant information.The text was updated successfully, but these errors were encountered: