Printing some debug statements with logging.debug ...
# singer-target-development
v
Printing some debug statements with logging.debug for some errors that happen. Don't want to print them all of the time because of PII. Right now I go into the code to change my log level to debug. I didn't see anything from a quick doc search on what the "sdk" way of updating your log level is. I'm hopeful that this is a noob question. In java land I'd update my log4j properties or whatever logger I was using and that would be outside of my project. Is there an equivalent here?
https://github.com/transferwise/pipelinewise-singer-python/blob/master/singer/logging.conf is where the magic is I believe. Searched hard for anything to do with log formatting in the Singer SDK repo. Then finally thought about the dependencies could technically be doing this .