Running the rails server with rails s results in a huge amount of text being outputted to the screen, as it appears to be logging at the verbose :info level. When I'm debugging, sometimes I just to print a few variables to screen via awesome_print, and don't want to sift through the text.
So is there a config setting in the developlment environment file I can set to completely supress the output, (apart from the output from my ap calls)?
rails s --detach