Skip to content

Commit

Permalink
Added log to response
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jan 25, 2024
1 parent 556ca8a commit 4458355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/task_runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4458355

Please sign in to comment.