Postgresql connection adapter in Ruby on Rails is a really noisy beast. In development and test it can easily fill log files with large amounts of debugging information.
Silent-postgres is a Rails plugin that silences this verbose output. Now your log files only contain SQL queries which are REALLY useful for debugging
Instalation
./script/plugin install http://silent-postgres.googlecode.com/svn/trunk/silent_postgres