mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
remove a highly verbose log lines
This commit is contained in:
@@ -566,7 +566,6 @@ class WebhookMixin(models.Model):
|
|||||||
|
|
||||||
def update_webhook_status(self, status):
|
def update_webhook_status(self, status):
|
||||||
if not self.webhook_credential:
|
if not self.webhook_credential:
|
||||||
logger.debug("No credential configured to post back webhook status, skipping.")
|
|
||||||
return
|
return
|
||||||
|
|
||||||
status_api = self.extra_vars_dict.get('tower_webhook_status_api')
|
status_api = self.extra_vars_dict.get('tower_webhook_status_api')
|
||||||
|
|||||||
@@ -1013,8 +1013,6 @@ class BaseTask(object):
|
|||||||
'resource_profiling_memory_poll_interval': mem_poll_interval,
|
'resource_profiling_memory_poll_interval': mem_poll_interval,
|
||||||
'resource_profiling_pid_poll_interval': pid_poll_interval,
|
'resource_profiling_pid_poll_interval': pid_poll_interval,
|
||||||
'resource_profiling_results_dir': results_dir})
|
'resource_profiling_results_dir': results_dir})
|
||||||
else:
|
|
||||||
logger.debug('Resource profiling not enabled for task')
|
|
||||||
|
|
||||||
return resource_profiling_params
|
return resource_profiling_params
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user