Skip to content

Commit

Permalink
Fix grammar per duduribeiro
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Dec 16, 2015
1 parent 51af5a4 commit 23d558e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/general/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

# Logging

If we are using ActiveModelSerializers on a Rails app by default the `Rails.logger` will be used.
The default logger in a Rails application will be `Rails.logger`.

On a non Rails enviroment by default the `ActiveSupport::TaggedLogging` will be
used.
When there is no `Rails.logger`, the default logger is an instance of
`ActiveSupport::TaggedLogging` logging to STDOUT.

You may customize the logger we by in an initializer, for example:
You may customize the logger in an initializer, for example:

```ruby
ActiveModelSerializers.logger = Logger.new(STDOUT)
Expand Down

0 comments on commit 23d558e

Please sign in to comment.