Skip to content

Commit 67a0730

Browse files
committed
Log actor events
1 parent 8fb209b commit 67a0730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/concurrent/actor/behaviour/executes_context.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def on_envelope(envelope)
99

1010
def on_event(event)
1111
context.on_event(event)
12+
core.log Logging::DEBUG, "event: #{event.inspect}"
1213
super event
1314
end
1415
end

0 commit comments

Comments
 (0)