Basic debugging
To see all the internal logs from Express Rate Limit, set theDEBUG
environment variable to express-rate-limit when launching your app:
Other logs and advanced usage
Set the value to* to see all debug logs from Express and anything else that
uses the same debug convention.
See https://www.npmjs.com/package/debug for more advanced usage.