Jaymon / endpoints

Lightweight REST api backend framework that automatically maps urls to python modules and classes
MIT License
29 stars 10 forks source link

Pull our request header logging into Call #67

Closed Jaymon closed 7 years ago

Jaymon commented 7 years ago

We've basically copy/pasted our header logging code into multiple apis now, and the ones that don't have it are annoying, so I think this should be default, it will need to be fenced though with an if debug enabled for logging line before going through all the trouble of logging the headers