Skip to content

Commit

Permalink
Output more trace logs around graceful stop
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 22, 2015
1 parent 63fdc4d commit 97b7b2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/droonga/command/droonga_engine_service.rb
Expand Up @@ -214,7 +214,9 @@ def stop_gracefully
logger.trace("stop_gracefully: start")
@stopping = true
@receiver.stop_gracefully do
logger.trace("stop_gracefully: ready to stop service")
@engine.stop_gracefully do
logger.trace("stop_gracefully: ready to stop workers")
shutdown_worker_process_agent
shutdown_internal_message_receiver
logger.trace("stop_gracefully: done",
Expand Down

0 comments on commit 97b7b2b

Please sign in to comment.