Merge pull request #42768 from nextcloud/errorToWarn

(dashboard): Lower error to warning log message
pull/42806/head
Git'Fellow 5 months ago committed by GitHub
commit 32bf74af16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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(),

Loading…
Cancel
Save