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
Project
silent-postgres
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
Pull Requests
Development
Dependencies
Project Readme