HDDS-2063. Integration tests create untracked file audit.log (#1384)
This commit is contained in:
parent
46696bd9b0
commit
472a26d2b8
|
@ -102,7 +102,7 @@ public class TestOzoneRpcClientForAclAuditLog {
|
|||
*/
|
||||
@BeforeClass
|
||||
public static void init() throws Exception {
|
||||
System.setProperty("log4j.configurationFile", "log4j2.properties");
|
||||
System.setProperty("log4j.configurationFile", "auditlog.properties");
|
||||
ugi = UserGroupInformation.getCurrentUser();
|
||||
OzoneConfiguration conf = new OzoneConfiguration();
|
||||
conf.setBoolean(OZONE_ACL_ENABLED, true);
|
||||
|
|
Loading…
Reference in New Issue