yao_zhang
10/20/2023, 11:18 PMMELTANO_CLI_LOG_CONFIG to point to a custom log file called logging.yaml but when i run meltano run <TAP> <TARGET> it doesn't seem to be picking up the configuration. I've also tried specifying the config through meltano --log-config=logging.yaml run ... to no effect. I know i can export the environment variable to get the value but i'm wondering if there's a meltano command that can tell me what actual logging configuration it's using.edgar_ramirez_mondragon
10/21/2023, 4:00 AMto no effect
What effect did you expect that was missing? You can see which value Meltano is picking up with
meltano config meltano list.yao_zhang
10/21/2023, 5:32 AM