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
My app uses the python logging library and has the debug level set to INFO. But all krakenex calls results in DEBUG messages being written to the log. This clutters up the log.
Calls to krakenex should not result in debug messages being written to the log unless desired by the calling application.
I believe that krakenex calls the requests module and the debug level is set there or further deeper. It would be acceptable to figure out a way for my app to somehow set the log level in the requests module. Ideally, krakenex should itself have a way to set the loglevel for all its calls.
All suggestions are appreciated.
The text was updated successfully, but these errors were encountered:
Versions
What are you trying to achieve?
My app uses the python logging library and has the debug level set to INFO. But all krakenex calls results in DEBUG messages being written to the log. This clutters up the log.
What do you expect to happen?
Calls to krakenex should not result in debug messages being written to the log unless desired by the calling application.
I believe that krakenex calls the requests module and the debug level is set there or further deeper. It would be acceptable to figure out a way for my app to somehow set the log level in the requests module. Ideally, krakenex should itself have a way to set the loglevel for all its calls.
All suggestions are appreciated.
The text was updated successfully, but these errors were encountered: