Reduce debug verbosity
This commit is contained in:
parent
315dabaf52
commit
3dc59bb50f
@ -56,8 +56,8 @@ def http_call(conn, method, *args, **kwargs):
|
||||
retry_after = _to_datetime(retry_after)
|
||||
sleep_for = max(0, (retry_after - datetime.now()).total_seconds())
|
||||
|
||||
LOG.info('Sleeping for %d secs before retrying HTTP GET '
|
||||
'%s', sleep_for, location)
|
||||
LOG.debug('Sleeping for %d secs before retrying HTTP GET '
|
||||
'%s', sleep_for, location)
|
||||
|
||||
time.sleep(sleep_for)
|
||||
|
||||
|
@ -126,7 +126,9 @@ VFDD\
|
||||
sushy_task_poll_period=1)
|
||||
|
||||
LOG.info("Set boot device to %(device)s via "
|
||||
"Dell OEM magic spell", {'device': device})
|
||||
"Dell OEM magic spell (%(retries)d "
|
||||
"retries)", {'device': device,
|
||||
'retries': self.RETRY_COUNT - attempts})
|
||||
|
||||
return response
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user