Skip to content

Commit

Permalink
Support logging on groonga-httpd
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 26, 2015
1 parent 3b63d88 commit 370d5ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/grntest/test-runner.rb
@@ -1,4 +1,4 @@
# Copyright (C) 2012-2014 Kouhei Sutou <kou@clear-code.com>
# Copyright (C) 2012-2015 Kouhei Sutou <kou@clear-code.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -377,6 +377,7 @@ def create_config_file(context, host, port, pid_file_path)
server_name #{host};
location /d/ {
groonga_database #{context.relative_db_path};
groonga_log_path #{context.log_path};
groonga on;
}
}
Expand Down

0 comments on commit 370d5ad

Please sign in to comment.