Sac
06/25/2025, 3:05 PMReuben (Matatika)
06/25/2025, 3:12 PMEdgar Ramírez (Arch.dev)
06/25/2025, 6:42 PMEdgar Ramírez (Arch.dev)
06/26/2025, 2:53 AMSac
06/26/2025, 8:34 AMSac
07/10/2025, 1:52 PMversion: 1
disable_existing_loggers: false
formatters:
my_formatter:
(): meltano.core.logging.console_log_formatter
colors: true
utc: false
handlers:
console:
class: logging.StreamHandler
level: INFO
formatter: my_formatter
root:
level: INFO
propagate: yes
handlers: [console]
For some reason it does not work for me. I'm running meltano in a docker container, I have checked the version, I have checked the local time inside the container they are both ok. The logging.yaml is also working, because if I switch the colors flag for example, then I see the effect. What am I missing here?Edgar Ramírez (Arch.dev)
07/11/2025, 12:11 AMutc
formatter works for the formatter in isolation but there are complicated interactions with the rest of the logging infra. Better to control it at the global level. I'll update here, thanks for your patience.Edgar Ramírez (Arch.dev)
07/11/2025, 4:07 AMSac
07/11/2025, 7:54 AMEdgar Ramírez (Arch.dev)
07/11/2025, 5:26 PMNO_UTC=1 uvx --from git+<https://github.com/meltano/meltano.git@edgarrmondragon/feat/utc-env-var> meltano <YOUR ARGS>
Sac
08/07/2025, 11:51 AMEdgar Ramírez (Arch.dev)
08/08/2025, 11:55 PM