mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #42768 from nextcloud/errorToWarn
(dashboard): Lower error to warning log message
This commit is contained in:
commit
32bf74af16
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)->error(
|
||||
\OC::$server->get(LoggerInterface::class)->info(
|
||||
'Dashboard widget {widget} took {duration} seconds to load.',
|
||||
[
|
||||
'widget' => $widget->getId(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue