express-logger-unique-req-id icon indicating copy to clipboard operation
express-logger-unique-req-id copied to clipboard

Logger that creates a unique id for each express request and prints it at the end of each line. It works with callbacks, promises (async - await).

Results 2 express-logger-unique-req-id issues
Sort by recently updated
recently updated
newest added

I'm using **express-logger-unique-req-id** to log info and identify by request id(auto generate by **express-logger-unique-req-id**). In normal case its working fine (system log with current _request-id_) but if I log in...

Will this log the unique id for express+socket.io also ??