mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Extend log scrubber for dbus serviceIds
This commit is contained in:
parent
fc2e9bbfae
commit
2852b2ea6d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ 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})",
|
||||
"(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 = "********-****-****-****-**********";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue