Skip to content

Commit b5edbe7

Browse files
committed
comment summary log
1 parent a99981f commit b5edbe7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

callback_plugins/custom_logger.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ def __init__(self):
3434
self.output_dir = os.path.expanduser("~/")
3535
self.results = {}
3636

37-
def playbook_on_stats(self, stats):
37+
#def playbook_on_stats(self, stats):
3838
# Log results for each host
39-
hosts= stats.processed
40-
for host in hosts:
41-
self.log_summary_results(host)
39+
# hosts= stats.processed
40+
# for host in hosts:
41+
# self.log_summary_results(host)
4242

4343
def log_task_result(self, host, result, task_name):
4444
# test_run_result.out only interested in the test tasks, not setup or debug.

0 commit comments

Comments
 (0)