Hey im using meltano but i want to configure the l...
# getting-started
j
Hey im using meltano but i want to configure the log-level on production.. with that in mind what type of `log-level`do you think is the best ??
v
Unless you know which messages you want to or don't want to see I'd leave it at the default
e
I keep it at
warning
level by default, but since it’s configurable via env vars, I can change it to debug in a manual invocation when I’m testing things out: https://github.com/edgarrmondragon/meltano-dataops/blob/2bcc8f2834511b414deb1af7e29069e7bdc43ef6/.github/workflows/melty.yaml#L20