Skip to content

Commit

Permalink
Merge pull request #173 from jihyungSong/master
Browse files Browse the repository at this point in the history
chore: add debug
  • Loading branch information
jihyungSong authored Aug 16, 2023
2 parents b952585 + e4678b4 commit 0b6ecec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spaceone/inventory/service/collector_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ def get_tasks(self, params, endpoint, collector_provider, plugin_info, secret_fi

try:
response = collector_plugin_mgr.get_tasks(endpoint, secret_data, plugin_info.get('options', {}))
_LOGGER.debug(f'[get_tasks] response: {response}')

for task_options in response.get('tasks', []):
_task.update(task_options)
Expand Down

0 comments on commit 0b6ecec

Please sign in to comment.