matt_arderne
12/13/2021, 2:34 PMmeltano elt ... job where it appears to complete fine, saves the incremental state but then throws an error, without too much detail. This is running remotely so don't have direct access to the logsmatt_arderne
12/13/2021, 2:40 PMExtraction failed line of the logs should include some more details.edgar_ramirez_mondragon
12/13/2021, 4:00 PMmeltano --log-level=debug elt ...) are you able to see more detail?matt_arderne
12/13/2021, 4:02 PMsteve_clarke
12/14/2021, 9:25 AMversion: 1
disable_existing_loggers: false
formatters:
default:
format: "[%(asctime)s] [%(process)d|%(threadName)10s|%(name)s] [%(levelname)s] %(message)s"
structured_plain:
(): meltano.core.logging.console_log_formatter
colors: False
structured_colored:
(): meltano.core.logging.console_log_formatter
colors: True
key_value:
(): meltano.core.logging.key_value_formatter
sort_keys: False
json:
(): meltano.core.logging.json_formatter
handlers:
console:
class: logging.StreamHandler
level: INFO
formatter: structured_plain
stream: "<ext://sys.stderr>"
root:
level: INFO
propagate: yes
handlers: [console]matt_arderne
12/14/2021, 10:05 AMsteve_clarke
12/15/2021, 9:34 AMmatt_arderne
12/15/2021, 10:22 AMedgar_ramirez_mondragon
12/15/2021, 6:20 PMI'm not sure if the init for a new project creates a default logging.yaml file or not?Thanks for pointing this out @steve_clarke. We certainly don't include a logging config file in new projects at the moment, but that's a great idea! I created https://gitlab.com/meltano/meltano/-/issues/3121 Feel free to drop a comment in the issue if there's anything you'd like to see in the default
logging.yaml 😄
cc @tayloratif_imam
03/30/2022, 9:28 AMMELTANO_CLI_LOG_LEVEL .
i.e : MELTANO_CLI_LOG_FORMATTER=structured_plain
It will be much easier.edgar_ramirez_mondragon
03/30/2022, 3:00 PMatif_imam
03/31/2022, 4:50 AMtaylor
03/31/2022, 1:21 PM