Skip to content

Commit

Permalink
Lower to info
Browse files Browse the repository at this point in the history
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
  • Loading branch information
2 people authored and skjnldsv committed Jan 16, 2024
1 parent b1ebc12 commit efb2a0b
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)->warning(
\OC::$server->get(LoggerInterface::class)->info(
'Dashboard widget {widget} took {duration} seconds to load.',
[
'widget' => $widget->getId(),
Expand Down

0 comments on commit efb2a0b

Please sign in to comment.