[Groonga-commit] droonga/fluent-plugin-droonga at 22d0b6c [master] Show process type info on process name

Back to archive index

Yoji Shidara null+****@clear*****
Thu Oct 31 11:23:27 JST 2013


Yoji Shidara	2013-10-31 11:23:27 +0900 (Thu, 31 Oct 2013)

  New Revision: 22d0b6c0c4d03e764431190ce804dce31bbd7b60
  https://github.com/droonga/fluent-plugin-droonga/commit/22d0b6c0c4d03e764431190ce804dce31bbd7b60

  Message:
    Show process type info on process name

  Modified files:
    lib/droonga/engine.rb

  Modified: lib/droonga/engine.rb (+2 -0)
===================================================================
--- lib/droonga/engine.rb    2013-10-31 11:36:20 +0900 (3819be6)
+++ lib/droonga/engine.rb    2013-10-31 11:23:27 +0900 (1c3b4b3)
@@ -62,6 +62,8 @@ module Droonga
           :worker_type   => "process",
           :workers       => @options[:n_workers],
           :log_level     => $log.level,
+          :server_process_name => "Server[#{@options[:database]}] #$0",
+          :worker_process_name => "Worker[#{@options[:database]}] #$0"
         }
         @options.merge(force_options)
       end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index