log full exception
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
a94358062d
commit
ab01402599
1 changed files with 1 additions and 1 deletions
|
@ -780,7 +780,7 @@ class Manager implements IManager {
|
|||
return false;
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
$this->logger->error('Share notification mail could not be send: ' . $e->getMessage());
|
||||
$this->logger->logException($e, ['message' => 'Share notification mail could not be send']);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue