Skip to content

Commit 61eeba5

Browse files
committed
update log
1 parent 60e33d6 commit 61eeba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/httpRoutes/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ providerRoutes.get(
238238
}
239239

240240
res.set(safeHeaders)
241-
HTTP_LOGGER.logMessage(`Headers: ${JSON.stringify(safeHeaders)}`, true)
241+
HTTP_LOGGER.logMessage(`Sanitized Headers: ${JSON.stringify(safeHeaders)}`, true)
242242
response.stream.pipe(res)
243243
} else {
244244
res.status(response.status.httpStatus).send(response.status.error)

0 commit comments

Comments
 (0)