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")