Skip to content

Commit

Permalink
dev logger by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 23, 2011
1 parent 3c61c47 commit f2cbcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/serve
Expand Up @@ -18,7 +18,7 @@ var resolve = require('path').resolve
program
.version('1.0.0')
.usage('[options] [dir]')
.option('-F, --format <fmt>', 'specify the log format string', ':method :url - :response-time ms')
.option('-F, --format <fmt>', 'specify the log format string', 'dev')
.option('-p, --port <port>', 'specify the port [3000]', Number, 3000)
.option('-H, --hidden', 'enable hidden file serving')
.option('-S, --no-stylus', 'disable stylus rendering')
Expand Down

0 comments on commit f2cbcba

Please sign in to comment.