We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df9167 commit ea2bcf8Copy full SHA for ea2bcf8
1 file changed
src/Tracy/Debugger/ProductionStrategy.php
@@ -63,7 +63,7 @@ public function handleError(
63
$err = 'PHP ' . Helpers::errorTypeToString($severity) . ': ' . Helpers::improveError($message) . " in $file:$line";
64
}
65
66
- Debugger::tryLog($err, Debugger::ERROR);
+ Debugger::tryLog($err, Debugger::WARNING);
67
68
69
0 commit comments