I am trying to log soap requests in syslog using watchdog(). But when I check the syslog the request is cut after SoapClient->__doRequest(' . I dont see any further log. It means the XML request is not logged in syslog. I need it so that I can debug the failed request. How can I log the entire XML request in syslog.