We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30de66 commit 9bb8bd0Copy full SHA for 9bb8bd0
core/src/main/java/org/elasticsearch/transport/TransportService.java
@@ -173,8 +173,8 @@ void setTracerLogInclude(List<String> tracerLogInclude) {
173
this.tracerLogInclude = tracerLogInclude.toArray(Strings.EMPTY_ARRAY);
174
}
175
176
- void setTracerLogExclude(List<String> tracelLogExclude) {
177
- this.tracerLogExclude = tracelLogExclude.toArray(Strings.EMPTY_ARRAY);
+ void setTracerLogExclude(List<String> tracerLogExclude) {
+ this.tracerLogExclude = tracerLogExclude.toArray(Strings.EMPTY_ARRAY);
178
179
180
@Override
0 commit comments