Skip to content

Commit 7a30119

Browse files
committed
fix(mac): emit BLOCKED string in log_tailer for dashboard parsing
1 parent 17f0e7c commit 7a30119

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy/macos/log_tailer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ def tail_sandbox_log():
106106
rule_id = rid
107107
break
108108

109+
# Log the blocked event in the format expected by the dashboard
110+
logger.warning("BLOCKED [%s] action=%s target=%s", rule_id, action, target)
111+
109112
dispatch_alert_async(
110113
rule_id=rule_id,
111114
action=action,

0 commit comments

Comments
 (0)