fix(logging): should log headers in request; add missing return statement (#1529)

This commit is contained in:
Iain Sproat
2023-04-13 15:30:34 +01:00
committed by GitHub
parent 1515e2fee6
commit 6f718d8d91
+1 -1
View File
@@ -61,7 +61,7 @@ export const LoggingExpressMiddleware = HttpLogger({
// and that's a privacy issue.
return false
}
![
return ![
'cookie',
'authorization',
'cf-connecting-ip',