Skip to content

Commit b326926

Browse files
authored
Debug ccr connection failure in docs build (#96699) (#96719)
Set DEBUG log level to be able to troubleshoot failures to connect to local CCR cluster.
1 parent 3fc6eb6 commit b326926

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ testClusters.matching { it.name == "yamlRestTest"}.configureEach {
6565
keystorePassword 'keystore-password'
6666
}
6767

68+
// debug ccr test failures:
69+
// https://github.com/elastic/elasticsearch/issues/95678
70+
// https://github.com/elastic/elasticsearch/issues/94359
71+
// https://github.com/elastic/elasticsearch/issues/96561
72+
setting 'logger.org.elasticsearch.transport.SniffConnectionStrategy', 'DEBUG'
73+
setting 'logger.org.elasticsearch.transport.RemoteClusterService', 'DEBUG'
74+
6875
// enable regexes in painless so our tests don't complain about example snippets that use them
6976
setting 'script.painless.regex.enabled', 'true'
7077
setting 'xpack.security.enabled', 'false'

0 commit comments

Comments
 (0)