I'm just getting started with Rails 3 but noticed that unicorn doesn't tail the development log which makes sense since its not specifically for rails. I got the development log back using Rails::Rack::LogTailer and got rid of the Rack request log by setting `stderr_path` to /dev/null in the unicorn config file. That basically gives me the same behavior as unicorn_rails on 2.3.8.
Is there a better or preferred way of doing this? Can Rack's default request log be disabled? I wonder why it goes to stderr anyway, cause the request log isn't exactly an error? Cheers. _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
