Update logging to match desktop and iOS.

This commit is contained in:
Greyson Parrelli
2022-10-13 22:58:44 -04:00
parent a535b4f97c
commit 3687021051
2 changed files with 5 additions and 5 deletions

View File

@@ -63,8 +63,8 @@ public final class Scrubber {
/**
* The middle group will be censored.
*/
private static final Pattern UUID_PATTERN = Pattern.compile("(JOB::)?([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{10})([0-9a-f]{2})", Pattern.CASE_INSENSITIVE);
private static final String UUID_CENSOR = "********-****-****-****-**********";
private static final Pattern UUID_PATTERN = Pattern.compile("(JOB::)?([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{9})([0-9a-f]{3})", Pattern.CASE_INSENSITIVE);
private static final String UUID_CENSOR = "********-****-****-****-*********";
/**
* The entire string is censored.