We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4863360 commit ccce028Copy full SHA for ccce028
callback_plugins/custom_logger.py
@@ -53,7 +53,6 @@ def playbook_on_stats(self, stats):
53
self.log_summary_results(host)
54
55
def log_task_result(self, host, result, task_name):
56
- print("logging task result: %s - %s - %s" % (host, result, task_name))
57
# test_run_result.out only interested in the test tasks, not setup or debug.
58
if "RHELOSP" in task_name or "RHOSO" in task_name or "UI" in task_name:
59
if "RHELOSP" in task_name:
0 commit comments