mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(appstore): disabled appstore log level bump from debug to info
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
2ac8d9a3db
commit
4d3168fb24
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ class AppFetcher extends Fetcher {
|
|||
$internetAvailable = $this->config->getSystemValueBool('has_internet_connection', true);
|
||||
|
||||
if (!$appStoreEnabled || !$internetAvailable) {
|
||||
$this->logger->debug('AppStore is disabled or this instance has no Internet connection', ['app' => 'appstoreFetcher']);
|
||||
$this->logger->info('AppStore is disabled or this instance has no Internet connection', ['app' => 'appstoreFetcher']);
|
||||
return [];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue