[Groonga-commit] groonga/gcs [master] Fix development log format

Back to archive index

Yoji SHIDARA null+****@clear*****
Wed Aug 15 15:16:07 JST 2012


Yoji SHIDARA	2012-08-15 15:16:07 +0900 (Wed, 15 Aug 2012)

  New Revision: 52b8aa54afe1caa4306f218fa4f65e3eff2df772
  https://github.com/groonga/gcs/commit/52b8aa54afe1caa4306f218fa4f65e3eff2df772

  Log:
    Fix development log format

  Modified files:
    lib/server.js

  Modified: lib/server.js (+1 -1)
===================================================================
--- lib/server.js    2012-08-15 15:16:12 +0900 (3510171)
+++ lib/server.js    2012-08-15 15:16:07 +0900 (3cf291e)
@@ -15,7 +15,7 @@ exports.createServer = function (config) {
   });
 
   application.configure('development', function(){
-    application.use(express.logger('development'));
+    application.use(express.logger('dev'));
   })
 
   application.configure('production', function(){
-------------- next part --------------
HTML����������������������������...
Download 



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