Skip to content

Commit 95f067a

Browse files
authored
Merge pull request #8682 from nextcloud/8474_12
[stable12] Log exceptions that happen when writing the app store reply to storage
2 parents 3d17305 + 22b98dd commit 95f067a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/private/App/AppStore/Fetcher/Fetcher.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ public function get() {
166166
$this->logger->logException($e, ['app' => 'appstoreFetcher']);
167167
return [];
168168
} catch (\Exception $e) {
169+
$this->logger->logException($e, ['app' => 'appstoreFetcher', 'level' => Util::INFO]);
169170
return [];
170171
}
171172
}

0 commit comments

Comments
 (0)