Skip to content

ncoders/silent-postgres

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rails plugin that silences Postgresql connection adapter verbose output

Resources

License

Stars

0 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%