@@ -115,7 +115,6 @@ export class WinstonLogger implements RootLoggerService {
|
||||
}
|
||||
|
||||
obj[MESSAGE] = obj[MESSAGE]?.replace?.(redactionPattern, '[REDACTED]');
|
||||
obj.message = obj.message?.replace?.(redactionPattern, '[REDACTED]');
|
||||
|
||||
return obj;
|
||||
})(),
|
||||
|
||||
Reference in New Issue
Block a user