Skip to content

Commit 6f34981

Browse files
Remove some debugging code
1 parent d80dd57 commit 6f34981

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugin/ql/src/main/java/org/elasticsearch/xpack/ql/rule/RuleExecutor.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
import org.apache.logging.log4j.LogManager;
1010
import org.apache.logging.log4j.Logger;
11-
import org.apache.logging.log4j.core.config.Configurator;
1211
import org.elasticsearch.core.TimeValue;
1312
import org.elasticsearch.xpack.ql.tree.Node;
1413
import org.elasticsearch.xpack.ql.tree.NodeUtils;
@@ -138,7 +137,6 @@ protected final TreeType execute(TreeType plan) {
138137
}
139138

140139
protected final ExecutionInfo executeWithInfo(TreeType plan) {
141-
Configurator.setLevel(log.getName(), org.apache.logging.log4j.Level.TRACE);
142140
TreeType currentPlan = plan;
143141

144142
long totalDuration = 0;

0 commit comments

Comments
 (0)