Hi, I am using meltano version 1.88.0 and when I w...
# troubleshooting
o
Hi, I am using meltano version 1.88.0 and when I when I am running with cli the following
meltano --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
Copy code
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 troubleshoot
e
Running without
--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