Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 23, 2012
1 parent f689565 commit 480e6bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/middleware/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ exports.format('default', ':remote-addr - - [:date] ":method :url HTTP/:http-ver

exports.format('short', ':remote-addr - :method :url HTTP/:http-version :status :res[content-length] - :response-time ms');

// tiny format
/**
* Tiny format.
*/

exports.format('tiny', ':method :url :status :res[content-length] - :response-time ms');

Expand Down

0 comments on commit 480e6bb

Please sign in to comment.