Skip to content

Commit 119322c

Browse files
committed
remove custom log4j file in favor of setting
1 parent ff94852 commit 119322c

File tree

2 files changed

+2
-279
lines changed

2 files changed

+2
-279
lines changed

x-pack/qa/smoke-test-watcher-with-security/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ integTestCluster {
2424
setting 'xpack.notification.email.account._email.smtp.user', '_user'
2525
keystoreSetting 'xpack.notification.email.account._email.smtp.secure_password', '_passwd'
2626
setting 'xpack.license.self_generated.type', 'trial'
27+
setting 'logger.org.elasticsearch.xpack.watcher', 'debug'
28+
setting 'logger.org.elasticsearch.xpack.core.watcher', 'debug'
2729
extraConfigFile 'roles.yml', 'roles.yml'
28-
extraConfigFile 'log4j2.properties', 'custom-log4j2.properties'
2930
setupCommand 'setupTestAdminUser',
3031
'bin/elasticsearch-users', 'useradd', 'test_admin', '-p', 'x-pack-test-password', '-r', 'superuser'
3132
setupCommand 'setupXpackUserForTests',

x-pack/qa/smoke-test-watcher-with-security/custom-log4j2.properties

Lines changed: 0 additions & 278 deletions
This file was deleted.

0 commit comments

Comments
 (0)