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 94334eb commit b7943d2Copy full SHA for b7943d2
src/Tracy/Debugger/ProductionStrategy.php
@@ -67,7 +67,7 @@ public function handleError(
67
}
68
69
try {
70
- Debugger::log($err, Debugger::ERROR);
+ Debugger::log($err, Debugger::WARNING);
71
} catch (\Throwable $e) {
72
73
0 commit comments