botblock / BotBlock.org

BotBlock - The List of Discord Bot Lists and Services
https://botblock.org/
Mozilla Public License 2.0
28 stars 8 forks source link

Add logging middleware #60

Closed MattIPv4 closed 4 years ago

MattIPv4 commented 4 years ago

This adds a 24hr rolling request log to the app to help us in better diagnoising issues users are seeing in production.

This also moves the ratelimiter to the middleware directory as this seems more appropriate.