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
As the library becomes more complex, standard library logging can come in handy in API interaction. Especially websocket payload and HTTP request logging (with censorship of API credentials) - on debug level - could come in handy.
Either loguru or STL logging will do the job just fine.
The text was updated successfully, but these errors were encountered:
As the library becomes more complex, standard library logging can come in handy in API interaction. Especially websocket payload and HTTP request logging (with censorship of API credentials) - on debug level - could come in handy.
Either
loguru
or STLlogging
will do the job just fine.The text was updated successfully, but these errors were encountered: