Merge pull request #42825 from nextcloud/backport/42768/stable27

[stable27] (dashboard): Lower error to info log message
This commit is contained in:
Git'Fellow 2024-01-17 10:49:09 +01:00 committed by GitHub
commit 78a194c099
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(),