[Groonga-commit] groonga/groonga at ed1966a [master] grndb: disabling log check

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jun 26 12:11:21 JST 2018


Kouhei Sutou	2018-06-26 12:11:21 +0900 (Tue, 26 Jun 2018)

  New Revision: ed1966a80d1fd18d016b8cfb529c3fcfc1b94810
  https://github.com/groonga/groonga/commit/ed1966a80d1fd18d016b8cfb529c3fcfc1b94810

  Message:
    grndb: disabling log check
    
    Because it's not completed yet.

  Modified files:
    lib/mrb/scripts/command_line/grndb.rb

  Modified: lib/mrb/scripts/command_line/grndb.rb (+2 -0)
===================================================================
--- lib/mrb/scripts/command_line/grndb.rb    2018-06-26 11:54:00 +0900 (356d6fe40)
+++ lib/mrb/scripts/command_line/grndb.rb    2018-06-26 12:11:21 +0900 (b3864eab3)
@@ -212,6 +212,8 @@ module Groonga
 
         private
         def check_log_file(log_file)
+          return # Disable for now
+
           parser = GroongaLog::Parser.new
           parser.parse(log_file) do |statistic|
             p statistic.to_h
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180626/b3fd920a/attachment.htm 



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