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 a6bbe5d commit b6dca16Copy full SHA for b6dca16
src/DataCollector/LogsCollector.php
@@ -45,7 +45,7 @@ public function getStorageLogs($path)
45
46
foreach ($this->getLogs($file) as $log) {
47
$this->messages[] = [
48
- 'message' => $log['header'] . $log['stack'],
+ 'message' => trim($log['header'] . $log['stack']),
49
'label' => $log['level'],
50
'time' => substr($log['header'], 1, 19),
51
'collector' => $basename,
0 commit comments