mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Lower to info
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
d01f9e5fd5
commit
53ad3a58ab
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ class Manager implements IManager {
|
|||
$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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue