Pārlūkot izejas kodu

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
tags/v14.0.0beta1
Morris Jobke pirms 6 gadiem
vecāks
revīzija
f01754a389
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      lib/private/App/AppStore/Fetcher/Fetcher.php

+ 1
- 0
lib/private/App/AppStore/Fetcher/Fetcher.php Parādīt failu

@@ -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 [];
}
}

Notiek ielāde…
Atcelt
Saglabāt