Skip to content

Commit

Permalink
improved logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Jan 8, 2025
1 parent 14e87c2 commit e295c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/robusta_playbooks/kubectl_enrichments.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e295c8b

Please sign in to comment.