Skip to content

Instantly share code, notes, and snippets.

@justinpage
Created September 17, 2021 01:19
Show Gist options
  • Select an option

  • Save justinpage/2e83bd6c1560300c4d556a2bc656698a to your computer and use it in GitHub Desktop.

Select an option

Save justinpage/2e83bd6c1560300c4d556a2bc656698a to your computer and use it in GitHub Desktop.
const logger = require('pino')({
timestamp: () => `,"time":"${new Date().toISOString()}"`
})
const LIMIT = 5
let c = {uuid: '6d20a81a-28f9-4fb7-8ee8-2f742bc6d9a2'}
let e = {msg: `Timeout: failed to get response in ${LIMIT} seconds`}
logger.error({cxt: c, err: e}, 'getImages: Failed to get images from API')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment