Skip to content

Instantly share code, notes, and snippets.

@nkhil
Last active February 2, 2021 20:52
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 nkhil/a821ea53fda5684665f0b14cda13b17f to your computer and use it in GitHub Desktop.
Save nkhil/a821ea53fda5684665f0b14cda13b17f to your computer and use it in GitHub Desktop.
testing logging to stdout in node - test setup
const logger = require('./logger.js');
logger.info({ foo: 'bar' }, 'param2');
// Outputs:
// {"level":30,"time":1612298595613,"msg":"param2","pid":3039,"hostname":"whatever","foo":"bar","v":1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment