squeaky-pl / japronto

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

Excessive Logging #153

Closed andersmartini closed 5 years ago

andersmartini commented 5 years ago

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)