aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorkennyj <kennyj@gmail.com>2012-06-16 23:44:20 +0900
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-06-18 13:05:17 -0300
commit052e415f22b98bb45a5245ac8f7aa23c6f32e478 (patch)
tree082e9ae5e2ce90b865bfc14b6abb918c5b94a605 /activerecord/CHANGELOG.md
parent8c02918497dca0415de0d7a605b9015b67c623ab (diff)
downloadrails-052e415f22b98bb45a5245ac8f7aa23c6f32e478.tar.gz
rails-052e415f22b98bb45a5245ac8f7aa23c6f32e478.tar.bz2
rails-052e415f22b98bb45a5245ac8f7aa23c6f32e478.zip
Change minimum (default) log level in PostgreSQL to warning.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
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