Skip to content

Instantly share code, notes, and snippets.

@marshallswain
Created April 19, 2013 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallswain/5420924 to your computer and use it in GitHub Desktop.
Save marshallswain/5420924 to your computer and use it in GitHub Desktop.
Line to simplify ExpressJS logger output.
this.use(express.logger({ format: '\x1b[1m:method\x1b[0m \x1b[33m:url\x1b[0m :response-time ms' })); this.use(express.favicon());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment