Merge pull request #42824 from nextcloud/backport/42768/stable28

[stable28] (dashboard): Lower error to info log message
This commit is contained in:
Arthur Schiwon 2024-01-17 09:47:13 +01:00 committed by GitHub
commit ee0f4f067d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,7 +115,7 @@ class Manager implements IManager {
$endTime = microtime(true);
$duration = $endTime - $startTime;
if ($duration > 1) {
\OC::$server->get(LoggerInterface::class)->error(
\OC::$server->get(LoggerInterface::class)->info(
'Dashboard widget {widget} took {duration} seconds to load.',
[
'widget' => $widget->getId(),