Skip to content

Commit

Permalink
error.log changed to warning.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 4, 2024
1 parent 4650d22 commit 6fcc1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tracy/Debugger/ProductionStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function handleError(
$err = 'PHP ' . Helpers::errorTypeToString($severity) . ': ' . Helpers::improveError($message) . " in $file:$line";
}

Debugger::tryLog($err, Debugger::ERROR);
Debugger::tryLog($err, Debugger::WARNING);
}


Expand Down

0 comments on commit 6fcc1a2

Please sign in to comment.