Posts by Michael Lean • 1 point
1 post
-
0
votes2
answers61
viewsA: Nodejs, Connection log
Insert an after event into your server file, within this method pass the desired parameters. this.application.on('after', (req, res, next, err) => { let logger = {}; let now = new Date();…
node.jsanswered Michael Lean 1