Revision f47417e7 kamaki/cli/commands/image_cli.py

b/kamaki/cli/commands/image_cli.py
59 59
            or self.config.get('compute', 'url')\
60 60
            or self.config.get('global', 'url')
61 61
        self.client = ImageClient(base_url=base_url, token=token)
62
        self._update_low_level_log()
62
        self._set_log_params()
63 63
        self._update_max_threads()
64 64

  
65 65
    def main(self):

Also available in: Unified diff