Skip to content

Commit 57cf466

Browse files
committed
ACP2E-280: [Magento Cloud] Admin panel login issue
1 parent 215dbbd commit 57cf466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ReleaseNotification/Model/ContentProvider/Http/HttpContentProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function getContent($version, $edition, $locale)
6565
}
6666
}
6767
} catch (\Exception $e) {
68-
$this->logger->warning('Failed to retrieve the release notification content.');
68+
$this->logger->warning('Failed to retrieve the release notification content.', ['exception' => $e]);
6969
}
7070

7171
return $result;

0 commit comments

Comments
 (0)