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

System-level events should always be logged #1474

Open
electricmonk opened this issue Nov 18, 2019 · 0 comments
Open

System-level events should always be logged #1474

electricmonk opened this issue Nov 18, 2019 · 0 comments
Assignees

Comments

@electricmonk
Copy link
Contributor

Currently we only log errors in production.
We'd like to also log system events. These are events that happen during the init flow of the system, or major events that happen during runtime.

How:

  1. Filters are defined in instrumentation/logger.go
  2. Define a new log tag, "system" and add it to log calls during system startup
  3. Go over major flows with the team and brainstorm about other info-level events we'd like to see logged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants