Redact uid for Value

This commit is contained in:
Louis Dureuil 2024-07-31 17:57:13 +02:00
parent ab1ec9ca21
commit 72b9005344
No known key found for this signature in database

View File

@ -81,6 +81,7 @@ impl Display for Value {
f,
"{}",
json_string!(self, {
".uid" => "[uid]",
".enqueuedAt" => "[date]",
".startedAt" => "[date]",
".finishedAt" => "[date]",