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.
Showing
- apps/files/appinfo/remote.php 1 addition, 0 deletionsapps/files/appinfo/remote.php
- lib/private/connector/sabre/exceptionloggerplugin.php 50 additions, 0 deletionslib/private/connector/sabre/exceptionloggerplugin.php
- lib/private/connector/sabre/file.php 3 additions, 3 deletionslib/private/connector/sabre/file.php
- lib/public/util.php 6 additions, 2 deletionslib/public/util.php
Loading
Please register or sign in to comment