Logger setup for subprocess logging
I’m trying to run a simple python script that writes data from a subprocess to my log file using my class logger.
I’m trying to run a simple python script that writes data from a subprocess to my log file using my class logger.