aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-01-17 13:25:45 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-01-17 14:36:23 -0300
commitc4c6bebecfed8ec6baa3e3624acc7cde87f9fae6 (patch)
tree252ef304e62aca95795dc77f960878ee18421573 /railties/guides/source
parented35f3747c2acfeac140e6d8a44bc0e491fca1a3 (diff)
downloadrails-c4c6bebecfed8ec6baa3e3624acc7cde87f9fae6.tar.gz
rails-c4c6bebecfed8ec6baa3e3624acc7cde87f9fae6.tar.bz2
rails-c4c6bebecfed8ec6baa3e3624acc7cde87f9fae6.zip
Add option to configure Sprockets logger
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/configuring.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile
index 09ef308665..9a6f40b9e6 100644
--- a/railties/guides/source/configuring.textile
+++ b/railties/guides/source/configuring.textile
@@ -156,6 +156,8 @@ Rails 3.1, by default, is set up to use the +sprockets+ gem to manage assets wit
* +config.assets.compile+ is a boolean that can be used to turn on live Sprockets compilation in production.
+* +config.assets.logger+ accepts a logger conforming to the interface of Log4r or the default Ruby +Logger+ class. Defaults to the same configured at +config.logger+.
+
h4. Configuring Generators