Join Slack
Powered by
btw - is there easy way to disable ANSI color code...
# troubleshooting
i
ivo_stoyanov
05/03/2022, 7:58 PM
btw - is there easy way to disable ANSI color codes? I cannot find anything similar to --no-color-output in dbt.
p
ptd
05/03/2022, 8:39 PM
Not “easy” necessarily, but take a look at
https://docs.meltano.com/reference/settings#how-to-use-9
for a sample logging config. Just change the
console
handler in that example to
structured_plain
to get non-colored output.
Open in Slack
Previous
Next