Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 499 Bytes

DEBUGGING.md

File metadata and controls

14 lines (11 loc) · 499 Bytes

DEBUGGING

The SDK doesn't use any Logger and lets the application decide how to handle it. On the other hand, it provides some debugging support using the debug library.

To enable debugging simply set the DEBUG environment variable, specifying the accuracy of the debugger by using or not using wildcards.

DEBUG=*
DEBUG=sphere-connect:rest
DEBUG=sphere-client
DEBUG=spec-sphere-client:*