Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser logging #1

Open
tj opened this issue Mar 5, 2018 · 0 comments
Open

Browser logging #1

tj opened this issue Mar 5, 2018 · 0 comments

Comments

@tj
Copy link
Member

tj commented Mar 5, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant