Switch to using named logging inside cmdline folder
Review Request #11954 — Created Jan. 21, 2022 and submitted — Latest diff uploaded
Instantiate a logger and use that instead of calling logging function in cmdline folder
Tested by calling the scripts in the command line and verified that the error logs were being printed when using
logger.error
instead oflogging.error
.