Skip to content

Commit

Permalink
Removed exception traces from the logger to prevent fatal errors. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyvercher committed Jul 27, 2021
1 parent 694ec6e commit 7685fcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ protected function format_exception( Exception $e ): string {
'code' => $e->getCode(),
'file' => $e->getFile(),
'line' => $e->getLine(),
'trace' => $e->getTrace(),
],
\JSON_UNESCAPED_SLASHES
);
Expand Down

0 comments on commit 7685fcb

Please sign in to comment.