Skip to content

Commit

Permalink
Update docs for config.assets.logger
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jan 18, 2012
1 parent 16c5f48 commit 1ad4a30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions railties/guides/source/configuring.textile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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.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 h4. Configuring Generators


Expand Down

0 comments on commit 1ad4a30

Please sign in to comment.