[Groonga-commit] droonga/droonga-http-server at c7fb54c [master] Use log levels same to Ruby

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 9 17:05:06 JST 2015


YUKI Hiroshi	2015-04-09 17:05:06 +0900 (Thu, 09 Apr 2015)

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

  Message:
    Use log levels same to Ruby

  Modified files:
    bin/droonga-http-server

  Modified: bin/droonga-http-server (+2 -0)
===================================================================
--- bin/droonga-http-server    2015-04-09 17:00:01 +0900 (8024f95)
+++ bin/droonga-http-server    2015-04-09 17:05:06 +0900 (692ae76)
@@ -46,6 +46,8 @@ if (options.systemLogFile && options.systemLogFile != '-') {
   });
   logger.transports.console.level = options.systemLogLevel.toLowerCase();
 }
+// simulate Ruby compatible log level
+logger.trace = logger.silly;
 
 try {
 
-------------- next part --------------
HTML����������������������������...
Download 



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