Lines Matching refs:logger

149 logger = logging.getLogger(__name__)  variable
163 logger.addHandler(console_handler)
164 logger.addHandler(file_handler)
172 logger.error("Unable to create report directory: " + report_dir)
173 logger.error(str(e))
184 logger.debug(output)
186 logger.error(e.output)
187 logger.error(e.cmd)
188 logger.error("Unable to clone openbmc-build-scripts")
198 logger.error("ERROR: Unable to get sandbox name for url " + url)
199 logger.error("Reason: " + str(e))
205 logger.info(api_url + repo_name + " ==> " + resp.reason)
209 logger.error("ERROR: Failed to get response for " + repo_name)
210 logger.error(resp)
217 logger.error("Error! Unable to get repositories")
218 logger.error(resp.status_code)
219 logger.error(resp.reason)
222 logger.debug("No. of pages: " + str(num_of_pages))
239 logger.error("Failed to get archived status of {}".format(repo))
242 logger.debug(url_info)
244 logger.info("Number of repositories (Including archived): " + str(repo_count))
271 logger.error("ERROR: Unable to get sandbox name for url " + url)
272 logger.error("Reason: " + str(e))
276 logger.debug("SKIPPING: " + sandbox_name)
289 logger.debug(e.output)
290 logger.debug(e.cmd)
291 logger.debug("Failed to clone " + sandbox_name)
308 logger.debug(result)
309 logger.debug("UT BUILD COMPLETED FOR: " + sandbox_name)
312 logger.debug(e.output)
313 logger.debug(e.cmd)
314 logger.debug("UT BUILD EXITED FOR: " + sandbox_name)
329 logger.debug(e.output)
330 logger.debug(e.cmd)
331 logger.debug("CMD TO FIND REPORT FAILED FOR: " + sandbox_name)
355 logger.debug(e.output)
356 logger.debug(e.cmd)
357 logger.debug(
386 logger.debug(e.output)
387 logger.debug(e.cmd)
388 logger.info("FAILED TO COPY REPORTS FOR: " + sandbox_name)
401 logger.info(str(counter) + " in " + str(repo_count) + " completed")
403 logger.info("*" * 30 + "UNIT TEST COVERAGE REPORT" + "*" * 30)
405 logger.info(res)
406 logger.info("*" * 30 + "UNIT TEST COVERAGE REPORT" + "*" * 30)
408 logger.info("REPORTS: " + report_dir)
409 logger.info("LOGS: " + log_dir)
410 logger.info("*" * 85)
411 logger.info("SUMMARY: ")
412 logger.info("TOTAL REPOSITORIES : " + str(repo_count))
413 logger.info("TESTED REPOSITORIES : " + str(tested_report_count))
414 logger.info("ERROR : " + str(error_count))
415 logger.info("COVERAGE REPORT : " + str(coverage_count))
416 logger.info("UNIT TEST REPORT : " + str(unit_test_count))
417 logger.info("NO REPORT : " + str(no_report_count))
418 logger.info("SKIPPED : " + str(skip_count))
419 logger.info("ARCHIVED : " + str(archive_count))
420 logger.info("*" * 85)