| http://www.w3.org/ns/prov#value | - The request you show is a PUT request, and the response you show is a subsequent addressbook-query REPORT. Rather than enabling *all* logging, which can be problematic and verbose, and is really only designed for use by developers, you might want to look at a simpler debug setting like: $c->dbg = array( 'request' => 1, 'statistics' => 1 ); This will log every request against DAViCal in full (just
|