Skip to content

Commit 83c9188

Browse files
authored
Update tech-node.md (#402)
winston-rotate was required for cloud v1 projects and shouldn't be needed going forward.
1 parent 0bd7e4a commit 83c9188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/technologies/tech-node.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Our standard JavaScript based application stack is built on Node.js.
4343
* [Redis](https://www.npmjs.com/package/redis) client if using Redis as a database
4444
* Security with [Helmet](https://helmetjs.github.io/) and [csurf](https://www.npmjs.com/package/csurf) to prevent CSRF
4545
* Dates and times are manipulated using [Luxon](https://moment.github.io/luxon/#) or [date-fns](https://date-fns.org/) and not moment.js
46-
* Logging provided by [winston](https://www.npmjs.com/package/winston), [express-winston](https://www.npmjs.com/package/express-winston) and [winston-daily-rotate-file](https://www.npmjs.com/package/winston-daily-rotate-file)
46+
* Logging provided by [winston](https://www.npmjs.com/package/winston) and [express-winston](https://www.npmjs.com/package/express-winston)
4747
* [Node Fetch](https://www.npmjs.com/package/node-fetch) to perform HTTP requests
4848
* [cookie-parser](https://www.npmjs.com/package/cookie-parser) for working with cookies
4949
* [I18n](https://www.npmjs.com/package/i18n) for internationalisation

0 commit comments

Comments
 (0)