or_barda
10/07/2022, 8:11 PMmeltano --log-level=debug elt tap-salesforce <my-target> I see tons of logs which makes sense, but among them I see the records read from the source are printed out looking like the following
INFO - tap-salesforce (out) | extractor | {"type": "RECORD", "stream": "Case", "record":"some-values"}
Is there away to avoid this, because sometimes I have a lot of records and it creates a few GBs log file which is also really hard to troubleshootedgar_ramirez_mondragon
10/07/2022, 8:33 PM--log-level=debug should get rid of those messages. The behavior changed in more recent versions of Meltano too, so --log-level=debug no longer echoes the entire singer tap output