Hello,
I have several development environments (devel_foo, devel_bar, ...) because we develop on different local machines (OS X notebook, Linux server, Windows PC, ...) which all have subtle differences in configuration.
I would love if the environments where silent-postgres is enabled could be configured. Or, alternatively, if the plugin could determine whether Rails::Application.config.log_level is set to :debug, and only then enable itself. (Only during gem initialization, the Rails module is not yet defined).
Thanks :-)