briggySmalls / archie

Tool for documenting system architecture
https://briggysmalls.github.io/archie
MIT License
2 stars 2 forks source link

Add logging middleware to API #57

Open briggySmalls opened 4 years ago

briggySmalls commented 4 years ago

Currently it's not very easy to debug issues with the server.

It is easy enough to add logging middleware to gorillamux, in fact it seems so common that people have written some standard handlers.

This would be useful for debugging issues, inspecting requests that hit the server.