
洪 民憙 (Hong Minhee)
@hongminhee@hollo.social
I implemented data redaction for #LogTape today. The feature will be available through a dedicated package called @logtape/redaction (JSR & npm). It provides two complementary approaches to protect sensitive information in your logs:
- Pattern-based redaction: Uses regex patterns to identify and mask sensitive data in formatted log output
- Field-based redaction: Redacts properties by field names in structured log data
Looking forward to releasing this with LogTape 0.10.0 soon!