null+****@clear*****
null+****@clear*****
2012年 6月 12日 (火) 16:29:14 JST
Haruka Yoshihara 2012-06-12 16:29:14 +0900 (Tue, 12 Jun 2012)
New Revision: 1888c532ba4acb0c336f2b6b25088dce5173cffd
Log:
Create groonga-httpd log files in a same directory of database
Modified files:
lib/groonga/tester.rb
Modified: lib/groonga/tester.rb (+1 -1)
===================================================================
--- lib/groonga/tester.rb 2012-06-12 15:49:08 +0900 (ab49778)
+++ lib/groonga/tester.rb 2012-06-12 16:29:14 +0900 (ee6f4c9)
@@ -370,7 +370,7 @@ module Groonga
command_line = [
@tester.groonga_httpd,
"-c", config_file.path,
- "-p", File.join(File.realpath(temporary_path), "/"),
+ "-p", File.join(File.dirname(db_path), "/"),
]
end
command_line