Skip to content

Instantly share code, notes, and snippets.

@gjohnson
Created January 2, 2013 18:42
Show Gist options
  • Save gjohnson/4436779 to your computer and use it in GitHub Desktop.
Save gjohnson/4436779 to your computer and use it in GitHub Desktop.
express verbose logging
express.logger.format('verbose', ''
+ ':date - '
+ ':remote-addr - '
+ ':user-agent -- '
+ ':method - '
+ ':url - '
+ ':status -- '
+ ':req[dnt] - '
+ ':req[x-do-not-track] - '
+ ':req[x-forwarded-for] - '
+ ':req[cookie]'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment