I want to use log4r with log-levels info, warn and error in a Sinatra 1.3.1 app. The output should go to requests.log (http requests), error.log and sinatra.log (other outputs).
How do I go about configuring it?
I've just spent a lot of time googling related articles, but haven't found anything. Help is appreciated...