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
ac8d572102
commit
22b98ddd41
|
@ -166,6 +166,7 @@ abstract class Fetcher {
|
||||||
$this->logger->logException($e, ['app' => 'appstoreFetcher']);
|
$this->logger->logException($e, ['app' => 'appstoreFetcher']);
|
||||||
return [];
|
return [];
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
|
$this->logger->logException($e, ['app' => 'appstoreFetcher', 'level' => Util::INFO]);
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue