hey there! I'm running a self-made tap to target-b...
# troubleshooting
j
hey there! I'm running a self-made tap to target-bigquery and the log is getting very large because it constantly spits out 1. INFO indicating update state of each child value of my streams, of which there are many, and 2. the schema of the stream after each call. is there a way to limit the log output to not display these messages?
e
The default log level for the Meltano CLI is
INFO
, but you can set it warning, for example:
Copy code
meltano --log-level=warning elt ...