David Vicente Fuentes

Results 2 repositories owned by David Vicente Fuentes

express-logger-unique-req-id

24
Stars
4
Forks
Watchers

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).

express_logger

16
Stars
11
Forks
Watchers

Example logging request IDs all over the code without passing request object to function calls. This project is obsolete. See this one for more completed library: https://github.com/davicente/express-...