0.04
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Rails plugin that silences Postgresql connection adapter verbose output
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme
SilentPostgres
==============

Silences internal diagnostic messages from postgresql connection adapter.

Enabled only in development and test environments, skips production for 
performance reasons - logging is probably disabled there anyway.

Note that postgresql itself will also issue some extra logs for things like `implicit sequences`.  Looks like this:

    NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index ...

To disable this logging, use this config option in your Rails `database.yml`

    test:
      ...
      min_messages: WARNING

Copyright (c) 2008 Ɓukasz Piestrzeniewicz, released under the MIT license