Navigation Menu

Skip to content

Commit

Permalink
Output more trace log around forwarding of buffered message
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2015
1 parent 14d4897 commit ff49479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/droonga/forward_buffer.rb
Expand Up @@ -102,6 +102,9 @@ def forward(buffered_message_path)
end

if buffered_message
logger.trace("forward: Forwarding buffered message",
:message => buffered_message["message"],
:destination => buffered_message["destination"])
on_forward(buffered_message["message"],
buffered_message["destination"])
end
Expand Down

0 comments on commit ff49479

Please sign in to comment.