From 28528c60aa199309ed39361d80d4183895a56f66 Mon Sep 17 00:00:00 2001 From: Tomas Pospisil <pospisil@praguebest.cz> Date: Tue, 14 Apr 2020 12:00:56 +0200 Subject: [PATCH] Don't log everything --- src/BarPanel/Registrator.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BarPanel/Registrator.php b/src/BarPanel/Registrator.php index 16de6b6..e3cdec1 100644 --- a/src/BarPanel/Registrator.php +++ b/src/BarPanel/Registrator.php @@ -111,7 +111,6 @@ final class Registrator Debugger::$strictMode = $currentSetting->isOn(); Debugger::$maxLength = 512; Debugger::$maxDepth = 5; - Debugger::$logSeverity = E_ALL; Debugger::enable('42@84.42.168.182,42@185.156.123.46,42@178.77.200.253', realpath($errorDir), Strings::replace($emailDeveloper, '/,;/', ',')); $this->addPanel( -- GitLab