Log roles.yml changes in TokenAuthIntegTests

This test recently failed and it appears that the cause was that
roles.yml was deleted while the cluster was still running.
This turns on logging for the FileRolesStore so that changes to file
based roles can traced more easily.

Original commit: elastic/x-pack-elasticsearch@fbce5a8027
This commit is contained in:
Tim Vernum 2018-02-20 17:19:39 +11:00
parent c4582cdcd0
commit 56c761f241
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ import java.util.concurrent.atomic.AtomicReference;
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoTimeout;
import static org.hamcrest.Matchers.equalTo;
@TestLogging("org.elasticsearch.xpack.security.authz.store.FileRolesStore:DEBUG")
public class TokenAuthIntegTests extends SecurityIntegTestCase {
@Override