Skip to:
Our BOSH implementation allows debug logging to occur by toggling the log.httpbind.enabled property.
log.httpbind.enabled
This currently causes all received stanzas to be logging in the log files, while all sent stanzas are written to standard-out.
All data should be logged to the same location.
Our BOSH implementation allows debug logging to occur by toggling the
log.httpbind.enabled
property.This currently causes all received stanzas to be logging in the log files, while all sent stanzas are written to standard-out.
All data should be logged to the same location.