Hi guys,
I'm trying to do some debugging, and I just wanted to print a json I receive from a PC application to a log file. I'm trying by using the logging library and I actuallyy succeed in creating a new "app.log" file in my /home/<myName> folder. I call the "logging.debug(<myJSON>)" from the API call in my Flask script. The problem is that the "app.log" file is not being populated by the json files I would like to print in there. I think I set up the logging configuration properly since the "app.log" file is created when the PC application uses the API call.