bithavoc / express-winston

express.js middleware for winstonjs
https://www.npmjs.com/package/express-winston
MIT License
795 stars 187 forks source link

Update Readme.md #269

Open acatalina opened 2 years ago

acatalina commented 2 years ago

referrer won't get logged in the httpRequest. The documentation shows the spelling to use is referer (https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry)

In express, it seems that either are acceptable looking at their docs (http://expressjs.com/en/api.html) Snippet: The Referrer and Referer fields are interchangeable.