Skip to content

Commit

Permalink
Adding missing storage configuration in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jcagarcia committed Nov 23, 2023
1 parent c5ac7ef commit 9ca8359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ If you want to provide your own logger, you want to change the level to `DEBUG`

```ruby
Grape::Idempotency.configure do |c|
c.storage = @storage
c.logger = Infrastructure::MyLogger.new
c.logger_level = :debug
c.logger_prefix = '[my-own-prefix]'
Expand Down

0 comments on commit 9ca8359

Please sign in to comment.