mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
Fix RequestLogger middleware to handle Grape 2.4 breaking chnage
This commit is contained in:
parent
5a9ef5d801
commit
a20d392807
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ module GrapeLogging
|
|||
attr_accessor :response_status, :response_body
|
||||
|
||||
def initialize(app, options = {})
|
||||
super
|
||||
super(app, **options)
|
||||
|
||||
@included_loggers = @options[:include] || []
|
||||
@reporter =
|
||||
|
|
|
|||
Loading…
Reference in a new issue