up.js icon indicating copy to clipboard operation
up.js copied to clipboard

Browser logging

Open tj opened this issue 7 years ago • 0 comments

easy enough to swap it with this in dev:

  write({ level, message, fields }) {
    console[level](message, fields)
  }

and in production send those down to Lambda for ingestion and fan-out to logging services

tj avatar Mar 05 '18 20:03 tj