Skip to content

Commit

Permalink
Merge pull request #42768 from nextcloud/errorToWarn
Browse files Browse the repository at this point in the history
(dashboard): Lower error to warning log message
  • Loading branch information
solracsf committed Jan 15, 2024
2 parents 083a9d8 + 53ad3a5 commit 32bf74a
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 32bf74a

Please sign in to comment.