Navigation Menu

Skip to content

Commit

Permalink
Use global error_log parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 12, 2012
1 parent 3dacc14 commit 5d7f1cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/grntest/tester.rb
Expand Up @@ -865,15 +865,14 @@ def create_config_file(context, host, port, pid_file)
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;
}
http {
server {
error_log groonga-httpd-error.log;
access_log groonga-httpd-access.log;
listen #{port};
server_name #{host};
Expand Down

0 comments on commit 5d7f1cb

Please sign in to comment.