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 4f019d1 commit 610ba23Copy full SHA for 610ba23
CONTRIBUTING.md
@@ -467,7 +467,7 @@ expensive messages that will usually be discarded:
467
468
Logging is an important behaviour of the system and sometimes deserves its own
469
unit tests, especially if there is complex logic for computing what is logged
470
-and when to log it. You can use a `org.elasticsearch.test.MockLogAppender` to
+and when to log it. You can use a `org.elasticsearch.test.MockLog` to
471
make assertions about the logs that are being emitted.
472
473
Logging is a powerful diagnostic technique, but it is not the only possibility.
0 commit comments