forked from apache/incubator-uniffle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR] fix(script): Fix log4j2.xml script and intellij launch conf t…
…o support output audit logs (apache#2028) ### What changes were proposed in this pull request? Fix log4j2.xml script and intellij launch conf to support output audit logs ### Why are the changes needed? Without this PR, there are some issues - Extra empty logs file generated. - The audit logs cannot generated in logs folder when launch Uniffle servers from IntelliJ IDEA. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Start servers and check the logs. ``` ll incubator-uniffle/logs total 44K -rw-r--r-- 1 mbl staff 5.7K 8 9 17:36 coordinator.log -rw-r--r-- 1 mbl staff 625 8 9 17:36 coordinator_rpc_audit.log -rw-r--r-- 1 mbl staff 1.1K 8 9 17:34 dashboard.log -rw-r--r-- 1 mbl staff 15K 8 9 17:36 shuffle_server.log -rw-r--r-- 1 mbl staff 12K 8 9 17:36 shuffle_server_rpc_audit.log ```
- Loading branch information
1 parent
ba2302c
commit 13fc984
Showing
7 changed files
with
20 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters