Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Clean up the logger sink example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drinks committed Jul 30, 2020
1 parent 7642210 commit 4dc4cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Using the `Logger` sink to write to a log file:

```ruby
Aws::Embedded::Metrics.configure do |c|
c.sink = Aws::Embedded::Metrics::Sinks::Logger.new(Rails.logger, level: :info)
c.sink = Aws::Embedded::Metrics::Sinks::Logger.new(Rails.logger)
end
```

Expand Down

0 comments on commit 4dc4cad

Please sign in to comment.