Skip to content

Commit

Permalink
Add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
moshemorad committed Dec 24, 2024
1 parent 9f13bfb commit 2e1a1fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/robusta/core/playbooks/playbooks_event_handler_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ def __run_playbook_actions(
playbooks_errors_count.labels(source).inc()
continue
try:
logging.info("Calling action: %s", registered_action.action_name)
if action_with_params:
registered_action.func(execution_event, params)
else:
Expand Down

0 comments on commit 2e1a1fe

Please sign in to comment.