Hi all, I got errors during my last run of extract...
# singer-taps
f
Hi all, I got errors during my last run of extracting data using tap-oracle, variant s7clarke10, replication method log_based and I want to debug them. For that purpose, I have a rather basic question: How do I change the Log-level for tap-oracle? I tried running meltano with --log-level=debug or --log-level=info, but that has no effect on the output from tap-oracle. I figured out that tap-oracle uses singer.get_logger. So I suppose I have to adjust its settings. Any hints how to do so? I'd like to get those info messages either printed to terminal or in a log file like LOGGER.info("Running in thick mode")
1
e
Hi Florian 👋 Meltano 3.7+ should automatically pass logging config file to the tap, and it it's adjusted to Meltano's logging level. The tap uses a compatible singer implementation, so it should work.
f
Hi Edgar, thank you. - After playing around with the logging levels of the messages, I got the infos printed I needed to fix my configuration bug.
🙌 1