[Groonga-commit] groonga/fluent-plugin-droonga [master] Change the default database path

Back to archive index

Daijiro MORI null+****@clear*****
Wed Apr 3 14:07:29 JST 2013


Daijiro MORI	2013-04-03 14:07:29 +0900 (Wed, 03 Apr 2013)

  New Revision: fd86737447615efa1de3815ebebb55b9e989cd09
  https://github.com/groonga/fluent-plugin-droonga/commit/fd86737447615efa1de3815ebebb55b9e989cd09

  Message:
    Change the default database path

  Modified files:
    lib/fluent/plugin/out_droonga.rb

  Modified: lib/fluent/plugin/out_droonga.rb (+1 -1)
===================================================================
--- lib/fluent/plugin/out_droonga.rb    2013-04-03 13:49:37 +0900 (3485e8d)
+++ lib/fluent/plugin/out_droonga.rb    2013-04-03 14:07:29 +0900 (44eaa5a)
@@ -23,7 +23,7 @@ module Fluent
     Plugin.register_output("droonga", self)
 
     config_param :n_workers, :integer, :default => 1
-    config_param :database, :string, :default => "droonga.db"
+    config_param :database, :string, :default => "droonga/db"
     config_param :queue_name, :string, :default => "DroongaQueue"
     config_param :handlers, :default => [] do |value|
       value.split(/\s*,\s*/)
-------------- next part --------------
HTML����������������������������...
Download 



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