sprinkle-tool / sprinkle

Sprinkle is a software provisioning tool you can use to build remote servers with. eg. to install a Rails, or Sinatra stack on a brand new slice directly after its been created
https://github.com/sprinkle-tool/sprinkle
MIT License
1.15k stars 138 forks source link

Use ActiveSupport::Logger instead of ActiveSupport::BufferedLogger if available #96

Closed manuelmeurer closed 11 years ago

manuelmeurer commented 11 years ago

ActiveSupport::BufferedLogger was deprecated and replaced by ActiveSupport::Logger in Rails 4. Use ActiveSupport::Logger if available.

This could be moved into a central location somewhere... but where?