mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 04:45:07 -04:00
Update renamed MockLog class (#125971)
This commit is contained in:
parent
4f019d15cc
commit
610ba2305a
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ expensive messages that will usually be discarded:
|
|||
|
||||
Logging is an important behaviour of the system and sometimes deserves its own
|
||||
unit tests, especially if there is complex logic for computing what is logged
|
||||
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
|
||||
make assertions about the logs that are being emitted.
|
||||
|
||||
Logging is a powerful diagnostic technique, but it is not the only possibility.
|
||||
|
|
Loading…
Add table
Reference in a new issue