diff --git a/TeachingRecordSystem/src/TeachingRecordSystem.ServiceDefaults/Infrastructure/Logging/UrlRedactor.cs b/TeachingRecordSystem/src/TeachingRecordSystem.ServiceDefaults/Infrastructure/Logging/UrlRedactor.cs index 267946a25..c4270a981 100644 --- a/TeachingRecordSystem/src/TeachingRecordSystem.ServiceDefaults/Infrastructure/Logging/UrlRedactor.cs +++ b/TeachingRecordSystem/src/TeachingRecordSystem.ServiceDefaults/Infrastructure/Logging/UrlRedactor.cs @@ -12,7 +12,6 @@ public class UrlRedactor(IHttpContextAccessor httpContextAccessor) private static readonly HashSet _knownPiiFieldNames = new( [ - "trn", "birthdate", "dateofbirth", "firstname", @@ -26,7 +25,6 @@ public class UrlRedactor(IHttpContextAccessor httpContextAccessor) "emailaddress", "nationalinsurancenumber", "nino", - "teacherid", ], StringComparer.OrdinalIgnoreCase);