Logging¶
Scurrypy uses Python’s standard logging module.
Scurrypy does not configure logging by default. If you do not configure logging in your application, Scurrypy log messages will be discarded.
All loggers use the scurrypy namespace. Currently, logs are emitted from:
scurrypy.core.httpscurrypy.core.gatewayscurrypy.client
The following snippet can be used to enable logging with colored output: