-
Notifications
You must be signed in to change notification settings - Fork 20
Rails plugin that silences Postgresql connection adapter verbose output
License
dolzenko/silent-postgres
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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
Watchers
Forks
Releases
No releases published