deconst / content-service

An API for storing, indexing and retrieving documentation
MIT License
4 stars 9 forks source link

Logger refactoring #98

Closed smashwilson closed 8 years ago

smashwilson commented 8 years ago

The logger calls have a lot of duplicated logic, which is error-prone and obscures what the handlers are actually doing. I'm refactoring the common field handling into a RequestLogger and adding some helper methods for common scenarios.