diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-01-18 11:26:18 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-01-18 11:26:18 -0200 |
commit | 1ad4a309e32188d632ab5b6f65bc425ae6a31185 (patch) | |
tree | bdb141e17542e5f5c790f05142649bf567657fea /railties/guides/source | |
parent | 16c5f488f12106e84e876dcdf5355b66a6db6727 (diff) | |
download | rails-1ad4a309e32188d632ab5b6f65bc425ae6a31185.tar.gz rails-1ad4a309e32188d632ab5b6f65bc425ae6a31185.tar.bz2 rails-1ad4a309e32188d632ab5b6f65bc425ae6a31185.zip |
Update docs for config.assets.logger
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/configuring.textile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile index 0cf22e849a..a97bb95763 100644 --- a/railties/guides/source/configuring.textile +++ b/railties/guides/source/configuring.textile @@ -152,8 +152,7 @@ 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+. - +* +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+. Setting +config.assets.logger+ to false will turn off served assets logging. h4. Configuring Generators |