chore: leave message clean

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-05-15 16:53:18 +02:00
parent d6c34ab98f
commit 2bbc55f0a8
2 changed files with 0 additions and 2 deletions
@@ -93,7 +93,6 @@ export class WinstonLogger implements RootLoggerService {
}
obj[MESSAGE] = obj[MESSAGE]?.replace?.(redactionPattern, '[REDACTED]');
obj.message = obj.message.replace?.(redactionPattern, '[REDACTED]');
return obj;
})(),