We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9696f40 commit 8a5bfbfCopy full SHA for 8a5bfbf
src/Logger.php
@@ -75,7 +75,7 @@ public static function exception(Exception $e, $name = 'error')
75
$trackIdKey = env('XLOG_TRACK_ID_KEY', 'xTrackId');
76
77
$arguments = [];
78
- $arguments [0] = 'exception' . $e->getMessage();
+ $arguments [0] = 'exception-> ' . $e->getMessage();
79
$arguments [1] = [
80
'code' => $e->getCode(),
81
'file' => basename($e->getFile()),
0 commit comments