diff --git a/playbooks/robusta_playbooks/kubectl_enrichments.py b/playbooks/robusta_playbooks/kubectl_enrichments.py index cd83a4e23..a7b8fd60d 100644 --- a/playbooks/robusta_playbooks/kubectl_enrichments.py +++ b/playbooks/robusta_playbooks/kubectl_enrichments.py @@ -37,8 +37,8 @@ def kubectl_command(event: ExecutionBaseEvent, params: KubectlParams): subject = event.get_subject() formatted_kubectl_command = format_event_templated_string(subject, params.command) - - logging.debug(f"kubectl_command running '{formatted_kubectl_command}'") + logging.info(f"kubectl_command running '{params.description}'") + logging.debug(f"kubectl_command: '{formatted_kubectl_command}'") spec = PodSpec( serviceAccountName=RUNNER_SERVICE_ACCOUNT,