Skip to content

Commit

Permalink
Merge pull request #13 from jihyungSong/master
Browse files Browse the repository at this point in the history
chore: add logger for debug
  • Loading branch information
jihyungSong authored Jun 2, 2023
2 parents 5b717fd + cd4c78f commit 019513a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spaceone/plugin/connector/plugin_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def init(self, options, domain_id):
}

plugin_client = getattr(self.client, self.api_class)
_LOGGER.debug(f'[init] api class: {self.api_class}')
_LOGGER.debug(f'[init] plugin_client: {plugin_client}')
return plugin_client.init(params, domain_id)

def verify(self, options, secret_data):
Expand Down

0 comments on commit 019513a

Please sign in to comment.