Skip to content
Snippets Groups Projects
Commit 89bede02 authored by Michael Lumish's avatar Michael Lumish
Browse files

Merge pull request #2983 from tbetbetbe/grpc-ruby-correct-logconfig-fix-interop-tests

Corrects logconfig from #2956
parents 39d97a78 27ccd197
No related branches found
No related tags found
No related merge requests found
...@@ -54,5 +54,6 @@ module GRPC ...@@ -54,5 +54,6 @@ module GRPC
LOGGER = NoopLogger.new LOGGER = NoopLogger.new
end end
include DefaultLogger unless method_defined?(:logger) # Inject the noop #logger if no module-level logger method has been injected.
extend DefaultLogger unless methods.include?(:logger)
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment