[Groonga-commit] groonga/grntest at 370d5ad [master] Support logging on groonga-httpd

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 26 14:49:44 JST 2015


Kouhei Sutou	2015-01-26 14:49:44 +0900 (Mon, 26 Jan 2015)

  New Revision: 370d5ad4efa65523d46b5b536fc6d4ac455ae222
  https://github.com/groonga/grntest/commit/370d5ad4efa65523d46b5b536fc6d4ac455ae222

  Message:
    Support logging on groonga-httpd

  Modified files:
    lib/grntest/test-runner.rb

  Modified: lib/grntest/test-runner.rb (+2 -1)
===================================================================
--- lib/grntest/test-runner.rb    2015-01-10 13:07:41 +0900 (5ff4aa7)
+++ lib/grntest/test-runner.rb    2015-01-26 14:49:44 +0900 (d032417)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2012-2015  Kouhei Sutou <kou �� clear-code.com>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -377,6 +377,7 @@ http {
              server_name #{host};
              location /d/ {
                      groonga_database #{context.relative_db_path};
+                     groonga_log_path #{context.log_path};
                      groonga on;
             }
      }
-------------- next part --------------
HTML����������������������������...
Download 



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