Jaymon / endpoints

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

Turn off logging #82

Closed sqpierce closed 5 years ago

sqpierce commented 6 years ago

Not so much an issue as a feature request. Would like to see an option for turning off logging of a particular endpoint. In particular, this would be useful, for example, for a healthcheck endpoint that is hit very frequently, and generates a lot of arguably not very useful log information.