justinborromeo opened a new pull request #7299: Fix conflicting information in configuration doc URL: https://github.com/apache/incubator-druid/pull/7299 The doc says that both "noop" and "logging" emitters are the default in different places. Based on the code in EmitterModule, "noop" is the actual default: ``` if (emitter == null) { emitter = findEmitter(NoopEmitterModule.EMITTER_TYPE, emitterBindings); } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
