mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Log exceptions that happen when writing the app store reply to storage
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
ff7237a098
commit
de1f223961
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ abstract class Fetcher {
|
|||
$this->logger->logException($e, ['app' => 'appstoreFetcher', 'level' => Util::INFO, 'message' => 'Could not connect to appstore']);
|
||||
return [];
|
||||
} catch (\Exception $e) {
|
||||
$this->logger->logException($e, ['app' => 'appstoreFetcher', 'level' => Util::INFO]);
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue