Is there a good way to configure the logs to be pu...
# best-practices
k
Is there a good way to configure the logs to be pushed to aws s3 bucket instead and deleted from the local environment?
e
Hi @Kyunghwan Choi! Do you mean the logs printed to stdout or the ones saved to
.meltano/logs
? For the first one, depends on how you're deploying but we've used fluentbit successfully internally. For the latter, Meltano currently doesn't support it, but do create a feature request and feel free to point out how you would like to configure it if it was available.
k
hello, yes, I meant the one saved under
.meltano/logs
folder. Thank you.