1
Hello, I made an application and added log (logging), but it is saving in the root folder '/', and I want you to save in the root folder of the application Monitor/, how do I.
logging.basicConfig(filename= 'Log.txt', level=logging.DEBUG, format='%(asctime)s %(levelname)s %(funcName)s => %(message)s')
logging.info('INICIO DO PROGRAMA...')
It worked, thank you very much!.
– Lorena Jesus