diff --git a/tasks/task_runners.py b/tasks/task_runners.py index 4a8ecda26..a6bb23174 100644 --- a/tasks/task_runners.py +++ b/tasks/task_runners.py @@ -209,8 +209,9 @@ def stop_task(name): task.save() def write_file_size(response): + LOG.debug("Logging response %s",response) + if response: - LOG.debug(response) for item in response: if item: config = configparser.ConfigParser()