Navigation Menu

Skip to content

Commit

Permalink
Output forwarded message itself in the trace log
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 9, 2015
1 parent 235aae4 commit 8532bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/forwarder.rb
Expand Up @@ -57,7 +57,7 @@ def shutdown
end

def forward(message, destination)
logger.trace("forward: start")
logger.trace("forward: start", :message => message)
raise AlreadyShutdown.new if @shutting_down
command = destination["type"]
receiver = destination["to"]
Expand Down

0 comments on commit 8532bba

Please sign in to comment.