[Groonga-commit] groonga/groonga-query-log at bf3d293 [master] Support Mroonga

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 30 17:02:06 JST 2018


Kouhei Sutou	2018-07-30 17:02:06 +0900 (Mon, 30 Jul 2018)

  New Revision: bf3d2930efb16a1d1b69360f963609ba2b88c187
  https://github.com/groonga/groonga-query-log/commit/bf3d2930efb16a1d1b69360f963609ba2b88c187

  Message:
    Support Mroonga

  Modified files:
    lib/groonga-query-log/command/check-crash.rb

  Modified: lib/groonga-query-log/command/check-crash.rb (+1 -1)
===================================================================
--- lib/groonga-query-log/command/check-crash.rb    2018-07-05 15:22:10 +0900 (4d0e140)
+++ lib/groonga-query-log/command/check-crash.rb    2018-07-30 17:02:06 +0900 (5fe7276)
@@ -226,7 +226,7 @@ module GroongaQueryLog
           end
 
           case entry.message
-          when /\Agrn_init:/
+          when /\Agrn_init:/, /\Amroonga \d+\.\d+ started\.\z/
             process = @running_processes[entry.pid]
             if process
               process.crashed = true
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180730/c6371257/attachment.htm 



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