Skip to content

Commit

Permalink
Merge pull request #995 from keystonejs/dev-logger
Browse files Browse the repository at this point in the history
Update logger string to exclude content length
  • Loading branch information
JedWatson committed Feb 5, 2015
2 parents b849e08 + 42d3f3c commit 0f10d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var Keystone = function() {
'brand': 'Keystone',
'compress': true,
'headless': false,
'logger': 'dev',
'logger': ':method :url :status :response-time ms',
'auto update': false,
'model prefix': null,
'module root': moduleRoot
Expand Down

0 comments on commit 0f10d6f

Please sign in to comment.