log full exception
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
2dcab24f8c
commit
849ad5a8bb
|
@ -780,7 +780,7 @@ class Manager implements IManager {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} catch (\Exception $e) {
|
} 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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue