Skip to content

Commit

Permalink
fix(checkout): prevent error in order confirmation for failure to log (
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen authored Dec 7, 2023
1 parent bb50296 commit 77c33f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Monolog/Processor/SessionProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __invoke($record)

$sessionPart = substr($this->sessionId, 0, 4) . '...';

$record['message'] .= ' (Session: ' . $sessionPart . ')';
$record['formatted'] .= ' (Session: ' . $sessionPart . ')';
$record['extra'] = array_merge(
$record['extra'],
[
Expand Down

0 comments on commit 77c33f1

Please sign in to comment.