kamal_singh_naruka
01/13/2023, 11:28 AMRECORD
messages from debug logs, may be a flag or something ? I need this feature because the debug logs have lot of important details, but having the actual records in the logs causes 2 concerns 1) size when million of records 2) sensitive information in the datavisch
01/13/2023, 2:11 PMlogging.yaml
or maybe an env
variable set that runs this in debug mode?kamal_singh_naruka
01/13/2023, 2:53 PM--log-level=debug
for debugging, and at times i have to enable the debug
logs in A staging
as well, which means A logs would contain all the RECORDS
in logs, forcing me to scroll down the logs to look for error or other information.visch
01/13/2023, 3:18 PMvisch
01/13/2023, 3:19 PMkamal_singh_naruka
01/13/2023, 3:43 PMvisch
01/13/2023, 3:45 PMkamal_singh_naruka
01/13/2023, 3:48 PMalexander_butler
01/13/2023, 5:12 PMmeltano run tap-... target-... 2> >(stderr-filter >&2)