question, how can I turn off the timestamp that's ...
# getting-started
e
question, how can I turn off the timestamp that's in (i am guessing) UTC from outputting ?
e
that timestamp is part of the
meltano.core.logging.console_log_formatter
formatter, so you can avoid it by using a different log formatter in a custom logging.yaml file.
The presence of the timestamp could also be made configurable, if you’re interested in logging an issue. It’d be a rather easy thing to contribute if anyone from the community may be interested.