Hi, I am a newish meltano user. We run Meltano on ...
# getting-started
b
Hi, I am a newish meltano user. We run Meltano on Kubernetes as individual container. Current problem we're trying to solve is the Logging part. We have our Kubernetes cluster loggers scrape stderr and stdout for logs, but our meltano instance writes log files in the
.meltano
folder. Someone recommended that I might try to modify the logger configuration. Unfortunately I do not know what file to configure, and where to put it. I tried "Googling" for Meltano Logger configuration with no relevant result. Appreciate any help regarding configuraiton of Logger on meltano to behave differently
a
Hi, @binoy_shah. We have a reference in our docs here: https://docs.meltano.com/reference/settings#clilog_config
Those instructions include a sample logging.yaml config file and instructions to point meltano to your config file if you are using a different path from the default.
(Apologies our meltano.com search as of today does not automatically redirect to docs.meltano.com, although we do have an open issue to resolve/improve the search experience here.) Does this help?