Skip to content

Commit

Permalink
Updated logger middleware comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rsolomo committed Nov 5, 2012
1 parent a6fabf7 commit ca0773a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware/logger.js
Expand Up @@ -66,7 +66,7 @@ var defaultBufferDuration = 1000;
* connect.logger({ immediate: true, format: 'dev' })
* connect.logger(':method :url - :referrer')
* connect.logger(':req[content-type] -> :res[content-type]')
* connect.logger(function(exports, req, res){ return 'some format string' })
* connect.logger(function(tokens, req, res){ return 'some format string' })
*
* Defining Tokens:
*
Expand Down

0 comments on commit ca0773a

Please sign in to comment.