aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Diagnostics/EventLogger.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Diagnostics/EventLogger.php')
-rw-r--r--lib/private/Diagnostics/EventLogger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Diagnostics/EventLogger.php b/lib/private/Diagnostics/EventLogger.php
index 11c59b9227a..40cbd3e9e5d 100644
--- a/lib/private/Diagnostics/EventLogger.php
+++ b/lib/private/Diagnostics/EventLogger.php
@@ -48,7 +48,7 @@ class EventLogger implements IEventLogger {
return true;
}
- $isDebugLevel = $this->internalLogger->getLogLevel([]) === Log::DEBUG;
+ $isDebugLevel = $this->internalLogger->getLogLevel([], '') === Log::DEBUG;
return $systemValue && $isDebugLevel;
}