From 052e415f22b98bb45a5245ac8f7aa23c6f32e478 Mon Sep 17 00:00:00 2001 From: kennyj Date: Sat, 16 Jun 2012 23:44:20 +0900 Subject: Change minimum (default) log level in PostgreSQL to warning. --- activerecord/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index cfb1e7071c..727dfbd30b 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,11 @@ ## Rails 4.0.0 (unreleased) ## +* PostgreSQL default log level is now 'warning', to bypass the noisy notice + messages. You can change the log level using the `min_messages` option + available in your config/database.yml. + + *kennyj* + * Add uuid datatype support to PostgreSQL adapter. *Konstantin Shabanov* * `update_attribute` has been removed. Use `update_column` if -- cgit v1.2.3