mperham / rack-fiber_pool

Rack middleware to execute each request in a Fiber
MIT License
244 stars 24 forks source link

Sinatra logging is not working when using Rack::FiberPool #25

Open PetrKaleta opened 11 years ago

PetrKaleta commented 11 years ago

You can test this issue even with sinatra example in your repository, just add enable :logging

But when you remove use Rack::FiberPool logging works as expected.

mperham commented 11 years ago

This repo is not active. See readme.

On 4 Apr 2013, at 06:18, Petr Kaleta notifications@github.com wrote:

You can test this issue even with sinatra example in your repository, just add enable :logging

But when you remove use Rack::FiberPool logging works as expected.

— Reply to this email directly or view it on GitHub.

PetrKaleta commented 11 years ago

Ah sorry. Hm, issues are not enabled there...