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?