Navigation Menu

Skip to content

Commit

Permalink
groonga-httpd: use different file for error log
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 26, 2015
1 parent f583670 commit 5a78b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grntest/test-runner.rb
Expand Up @@ -364,7 +364,7 @@ def create_config_file(context, host, port, pid_file_path)
master_process off;
worker_processes 1;
working_directory #{context.temporary_directory_path};
error_log groonga-httpd-access.log;
error_log groonga-httpd-error-error.log;
pid #{pid_file_path};
events {
worker_connections 1024;
Expand Down

0 comments on commit 5a78b51

Please sign in to comment.