Skip to content

Commit 58a0648

Browse files
fix(redaction): Fix Cookie not redacted
1 parent 53fe0b5 commit 58a0648

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Services/RequestLogService.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public function collect(RequestInterface $request): array
5353
foreach ($request->headers() as $name => $header) {
5454
$headers[$name] = $header->getValueLine();
5555
}
56+
$headers = $this->redact($headers, $this->config->redactFields);
5657

5758
$fileMeta = $this->extractFileMetadata($request->getFiles() ?? []);
5859
$fileNames = [];

0 commit comments

Comments
 (0)