squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
MIT License
8.61k stars 581 forks source link

logging support #72

Closed gsakkis closed 8 months ago

gsakkis commented 7 years ago

First off kudos for the awesome work, great to see a high performance Python web framework!

I've noticed japronto.Application contains several print statements. It would be nice to replace them with logging calls so it's easier for apps to suppress output or more generally customize how are things being logged.