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 May 2, 2024
1 parent 5e4e7d8 commit db88a96
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 @@ -67,7 +67,7 @@ public function handleError(
}

try {
Debugger::log($err, Debugger::ERROR);
Debugger::log($err, Debugger::WARNING);
} catch (\Throwable $e) {
}
}
Expand Down

0 comments on commit db88a96

Please sign in to comment.