Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Implement djcp's tweaks
  • Loading branch information
deiga committed Mar 30, 2013
1 parent d941193 commit e8777d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -535,9 +535,9 @@ end
Logging
----------

By default Paperclip outputs logging according to your logger level. If you want to disable logging (f.ex. in test environment) add this in to your environments configuration:
By default Paperclip outputs logging according to your logger level. If you want to disable logging (e.g. during testing) add this in to your environment's configuration:
```ruby
App.configure do
Your::Application.configure do
...
Paperclip.options[:log] = false
...
Expand Down

0 comments on commit e8777d5

Please sign in to comment.