[Groonga-commit] droonga/droonga-http-server at b071ebd [master] Show available log levels

Back to archive index

SHIMODA Piro Hiroshi null+****@clear*****
Mon Oct 6 17:31:42 JST 2014


SHIMODA "Piro" Hiroshi	2014-10-06 17:31:42 +0900 (Mon, 06 Oct 2014)

  New Revision: b071ebd7ad0518baee6f1b805b9f725d4733f5c2
  https://github.com/droonga/droonga-http-server/commit/b071ebd7ad0518baee6f1b805b9f725d4733f5c2

  Message:
    Show available log levels

  Modified files:
    bin/droonga-http-server-configure

  Modified: bin/droonga-http-server-configure (+3 -1)
===================================================================
--- bin/droonga-http-server-configure    2014-10-06 17:30:15 +0900 (8b6104f)
+++ bin/droonga-http-server-configure    2014-10-06 17:31:42 +0900 (2742ef1)
@@ -278,7 +278,9 @@ function tryResetConfigs() {
       .then(function() { return setStringOption('defaultDataset', 'default dataset'); })
       .then(function() { return setStringOption('accessLogFile', 'path to the access log file'); })
       .then(function() { return setStringOption('systemLogFile', 'path to the system log file'); })
-      .then(function() { return setStringOption('systemLogLevel', 'log level for the system log'); })
+      .then(function() { return setStringOption('systemLogLevel',
+                                                'log level for the system log (one of ' +
+                                                   'silly|debug|verbose|info|warn|error)'); })
       .then(function() { return setIntegerOption('cacheSize', 'maximum size of the response cache'); })
       .then(function() { return setBooleanOption('enableTrustProxy', 'enable "trust proxy" configuration'); })
       .then(function() { return setStringOption('environment', 'environment'); })
-------------- next part --------------
HTML����������������������������...
Download 



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