Postgre Log Cleaner plugin

Plugin details

Make ActiveRecord logs more short and clean by removing system SQL logs lines.

Websitehttp://code.google.com/p/postgrelogcleaner/ Repositoryhttp://postgrelogcleaner.googlecode.com/svn/trunk/postgre_log_cleaner/ Author Sergey Kojin Tags postgre, log LicenseMIT

Documentation

Install the plugin:
ruby script/plugin install http://postgrelogcleaner.googlecode.com/svn/trunk/postgre_log_cleaner/

Example of Removed Log Line
==================================

 SQL (0.000000)    SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
 FROM pg_attribute a LEFT JOIN pg_attrdef d
 ON a.attrelid = d.adrelid AND a.attnum = d.adnum
 WHERE a.attrelid = 'categories'::regclass
 AND a.attnum > 0 AND NOT a.attisdropped
 ORDER BY a.attnum

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 7 months ago