Skip to content

Commit

Permalink
TracyExceptionProcessor: do not remove exception from $context
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed May 25, 2016
1 parent c66ff8a commit fb5d9b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Processors/TracyExceptionProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public function __invoke(array $record)
if ($record['message'] === '') {
$record['message'] = self::formatMessage($record['context']['exception']);
}
unset($record['context']['exception']);
}
return $record;
}
Expand Down

0 comments on commit fb5d9b5

Please sign in to comment.