Skip to content

Commit

Permalink
Update log level error (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe authored Jun 23, 2023
1 parent 6dce6c1 commit 3ba3e10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/stripe/stripe_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ def log_level=(val)

if !val.nil? && !levels.include?(val)
raise ArgumentError,
"log_level should only be set to `nil`, `debug` or `info`"
"log_level should only be set to `nil`, `debug`, `info`," \
" or `error`"
end
@log_level = val
end
Expand Down

0 comments on commit 3ba3e10

Please sign in to comment.