Haoji Liu created GOBBLIN-1111: ---------------------------------- Summary: CsvToJsonConverterV2 should not log raw data Key: GOBBLIN-1111 URL: https://issues.apache.org/jira/browse/GOBBLIN-1111 Project: Apache Gobblin Issue Type: Improvement Components: gobblin-core Reporter: Haoji Liu Assignee: Abhishek Tiwari
raw data might contain PII information. The current usage of gobblin I'm seeing when during testing, that we always log on the debug level. And user sensitive data will be collected and stored in your logs. This is a data privacy risk as PII data should not be stored and accessible to all the developers. This is also polluting the log as we are printing out every single line of record read in. -- This message was sent by Atlassian Jira (v8.3.4#803005)