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 e151186 commit 823399cCopy full SHA for 823399c
1 file changed
src/Tracy/Debugger/ProductionStrategy.php
@@ -65,7 +65,7 @@ public function handleError(
65
$err = 'PHP ' . Helpers::errorTypeToString($severity) . ': ' . Helpers::improveError($message) . " in $file:$line";
66
}
67
68
- Debugger::tryLog($err, Debugger::ERROR);
+ Debugger::tryLog($err, Debugger::WARNING);
69
70
71
0 commit comments