Skip to content

Commit 472a26d

Browse files
adoroszlaibharatviswa504
authored andcommitted
HDDS-2063. Integration tests create untracked file audit.log (#1384)
1 parent 46696bd commit 472a26d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientForAclAuditLog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public class TestOzoneRpcClientForAclAuditLog {
102102
*/
103103
@BeforeClass
104104
public static void init() throws Exception {
105-
System.setProperty("log4j.configurationFile", "log4j2.properties");
105+
System.setProperty("log4j.configurationFile", "auditlog.properties");
106106
ugi = UserGroupInformation.getCurrentUser();
107107
OzoneConfiguration conf = new OzoneConfiguration();
108108
conf.setBoolean(OZONE_ACL_ENABLED, true);

0 commit comments

Comments
 (0)