I'm trying to figure out how the framework runs behind the scenes, and have been successful using pdb.set_trace(), and I've been able to log statements to the console, but when I try to import logging and log variables, like so, just as an example (deliberately selecting a string variable):I'm trying to figure out how the framework runs