Skip to content

Commit

Permalink
FireLogger: added space in header
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 6, 2019
1 parent c2b06ba commit 56f5b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tracy/Logger/FireLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function log($message, $level = self::DEBUG): bool

$this->payload['logs'][] = $this->jsonDump($item, -1);
foreach (str_split(base64_encode(json_encode($this->payload)), 4990) as $k => $v) {
header("FireLogger-de11e-$k:$v");
header("FireLogger-de11e-$k: $v");
}
return true;
}
Expand Down

0 comments on commit 56f5b55

Please sign in to comment.