kwhitley / apicache

Simple API-caching middleware for Express/Node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I log each of my request

YHYbetterlife opened this issue · comments

I need to log every request to keep track of user activities. But apicache seems skip all middleware.
Is there any work around for this?

And the middleware of apicache only run once.