mirror of
https://github.com/nextcloud/server.git
synced 2026-06-17 12:42:50 -04:00
Merge pull request #17820 from owncloud/dav-exception-log-class
also log the class for dav exceptions
This commit is contained in:
commit
767ca44988
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ class ExceptionLoggerPlugin extends \Sabre\DAV\ServerPlugin {
|
|||
|
||||
$exception = [
|
||||
'Message' => $message,
|
||||
'Exception' => $exceptionClass,
|
||||
'Code' => $ex->getCode(),
|
||||
'Trace' => $ex->getTraceAsString(),
|
||||
'File' => $ex->getFile(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue