Skip to content

Commit

Permalink
Revert "Update LogUtils.java"
Browse files Browse the repository at this point in the history
This reverts commit 6ef02bf.
  • Loading branch information
zhou9584 committed Dec 2, 2024
1 parent 6ef02bf commit 155164e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public enum MaskSensitiveData {
RESET_PASSWORD_TOKEN("(reset[_\\s-]*password[_\\s-]*token)[=:\"\\s]*(\\w*)"),
UPLOAD_TOKEN("(upload[_\\s-]*token)[=:\"\\s]*(\\w*)"),
AUTH_TOKEN("(auth[_\\s-]*token)[=:\"\\s]*(\\w*)"),
ACCESS_KEY("(access[_\\s-]*key)[=:\"\\s]*(\\w*)"),
FUNTION_NAME("public\\s+\\w+\\s+\\w+\\((\\w+,?\\s*)*\\)");
ACCESS_KEY("(access[_\\s-]*key)[=:\"\\s]*(\\w*)");

private String regEx;

Expand Down

0 comments on commit 155164e

Please sign in to comment.