Kouhei Sutou
null+****@clear*****
Sun Aug 12 13:58:34 JST 2012
Kouhei Sutou 2012-08-12 13:58:34 +0900 (Sun, 12 Aug 2012) New Revision: 5d7f1cb265a8c261c9fe693dda4ad0fa69a862fe https://github.com/groonga/grntest/commit/5d7f1cb265a8c261c9fe693dda4ad0fa69a862fe Log: Use global error_log parameter Modified files: lib/grntest/tester.rb Modified: lib/grntest/tester.rb (+1 -2) =================================================================== --- lib/grntest/tester.rb 2012-08-12 13:56:56 +0900 (125505b) +++ lib/grntest/tester.rb 2012-08-12 13:58:34 +0900 (d4d99e5) @@ -865,7 +865,7 @@ EOC config_file.puts <<EOF worker_processes 1; working_directory #{context.temporary_directory_path}; -error_log #{context.temporary_directory_path + "error.log"}; +error_log groonga-httpd-access.log; pid #{pid_file.path}; events { worker_connections 1024; @@ -873,7 +873,6 @@ events { http { server { - error_log groonga-httpd-error.log; access_log groonga-httpd-access.log; listen #{port}; server_name #{host}; -------------- next part -------------- HTML����������������������������...ダウンロード