3.12.22. Debug Previous topic Parent topic Child topic Next topic

This optional flag parameter enables debug logging of both HTTP requests and responses. Debug logging is done with Trace level 5 EXTRA_DEBUG. The example below shows how to enable HTTP request and response logging with Trace level 5.
# Enable global extra debugging
Trace 5

# AuthBy REST is a HTTP::Client
<AuthBy REST>
    Debug
    # Other paramters
</AuthBy>