diff --git a/src/Tracy/Debugger/ProductionStrategy.php b/src/Tracy/Debugger/ProductionStrategy.php index 52ac3a467..8ea2fffe2 100644 --- a/src/Tracy/Debugger/ProductionStrategy.php +++ b/src/Tracy/Debugger/ProductionStrategy.php @@ -67,7 +67,7 @@ public function handleError( } try { - Debugger::log($err, Debugger::ERROR); + Debugger::log($err, Debugger::WARNING); } catch (\Throwable $e) { } }