Navigation Menu

Skip to content

Commit

Permalink
Fix development log format
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 15, 2012
1 parent a870275 commit 52b8aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.js
Expand Up @@ -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(){
Expand Down

0 comments on commit 52b8aa5

Please sign in to comment.