mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update docs for config.assets.logger
This commit is contained in:
parent
16c5f488f1
commit
1ad4a309e3
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue