Skip to content

Fix conflicting information in configuration doc#7299

Merged
gianm merged 2 commits intoapache:masterfrom
justinborromeo:fix-config-doc
Mar 19, 2019
Merged

Fix conflicting information in configuration doc#7299
gianm merged 2 commits intoapache:masterfrom
justinborromeo:fix-config-doc

Conversation

@justinborromeo
Copy link
Copy Markdown
Contributor

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);
      }

@gianm gianm merged commit ff94bd1 into apache:master Mar 19, 2019
@justinborromeo justinborromeo deleted the fix-config-doc branch March 19, 2019 21:57
clintropolis pushed a commit that referenced this pull request Apr 24, 2019
@clintropolis clintropolis added this to the 0.14.1 milestone Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants