mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #8474 from nextcloud/bugfix/ciu-12/log-exceptions-that-happen-when-writing-to-storage
Log exceptions that happen when writing the app store reply to storage
This commit is contained in:
commit
f01754a389
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