Skip to content

Commit

Permalink
Restore "debug" logging level for TransformIT test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
przemekwitek committed Jun 10, 2024
1 parent 94b5a53 commit 1e6b2be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void setClusterSettings() throws IOException {
{
"persistent": {
"logger.org.elasticsearch.xpack.core.indexing.AsyncTwoPhaseIndexer": "debug",
"logger.org.elasticsearch.xpack.transform": "trace"
"logger.org.elasticsearch.xpack.transform": "debug"
}
}""");
client().performRequest(settingsRequest);
Expand Down

0 comments on commit 1e6b2be

Please sign in to comment.