squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excessive Logging

andersmartini opened this issue · comments

Japronto can handle a million requests per second! and currently will also log a million lines per second under such conditions!

either remove logging of every request, or at least provide a way to disable it!

(pr here to delete it)