[Groonga-commit] groonga/heroku-buildpack-groonga at 5e38475 [master] Add log configuration

Back to archive index

Kouhei Sutou null+****@clear*****
Sat May 24 17:23:14 JST 2014


Kouhei Sutou	2014-05-24 17:23:14 +0900 (Sat, 24 May 2014)

  New Revision: 5e38475a62cff0c9cc9f9c1349aab0e457075b8d
  https://github.com/groonga/heroku-buildpack-groonga/commit/5e38475a62cff0c9cc9f9c1349aab0e457075b8d

  Message:
    Add log configuration

  Modified files:
    bin/release

  Modified: bin/release (+4 -0)
===================================================================
--- bin/release    2014-05-24 17:16:59 +0900 (cf1b070)
+++ bin/release    2014-05-24 17:23:14 +0900 (5f1fb27)
@@ -47,6 +47,8 @@ worker_processes 1;
 
 daemon off;
 
+error_log stderr error;
+
 events {
   worker_connections 1024;
 }
@@ -57,6 +59,8 @@ http {
   sendfile on;
   keepalive_timeout 65;
 
+  access_log off;
+
   groonga_database #{database_path};
 
   server {
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index