Last Updated: February 25, 2016
·
1.294K
· mitnal

Set postgres log level and table space in database.yml

You can set the log level of postgres in database.yml per environment with:
min_messages: error
And the table space with:
tablespace: test

See also this Gist.