]> source.dussan.org Git - nextcloud-server.git/commit
Added exception logger plugin for sabre connector
authorVincent Petry <pvince81@owncloud.com>
Thu, 23 Jan 2014 11:11:53 +0000 (12:11 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 27 Jan 2014 10:40:17 +0000 (11:40 +0100)
commit11ef12a1060f3e34312ae40c690f95765d7c5f89
treeb270925af62a00bef1a5e77448db4fa0a42cf388
parent0daabe5b6a2f96e8b754c2414bb83d00277a307a
Added exception logger plugin for sabre connector

Whenever an exception occurs in the sabre connector code or code called
by it, it will be logged.

This plugin approach is needed because Sabre already catches exceptions
to return them to the client in the XML response, so they don't appear
logged in the web server log.

This will make it much easier to debug syncing issues.
apps/files/appinfo/remote.php
lib/private/connector/sabre/exceptionloggerplugin.php [new file with mode: 0644]
lib/private/connector/sabre/file.php
lib/public/util.php