We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c28ecd commit 075264bCopy full SHA for 075264b
lib/async/dns/handler.rb
@@ -59,7 +59,7 @@ def process_query(data, options)
59
60
return @server.process_query(query, options)
61
rescue StandardError => error
62
- @logger.error(self, error)
+ @logger.error(self) { error }
63
64
return error_response(query)
65
end
0 commit comments