Skip to content

Commit

Permalink
Merge pull request #42824 from nextcloud/backport/42768/stable28
Browse files Browse the repository at this point in the history
[stable28] (dashboard): Lower error to info log message
  • Loading branch information
blizzz authored Jan 17, 2024
2 parents c21df32 + 27bf7c6 commit ee0f4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Dashboard/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function loadLazyPanels(): void {
$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(),
Expand Down

0 comments on commit ee0f4f0

Please sign in to comment.