You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Filters are defined in instrumentation/logger.go
Define a new log tag, "system" and add it to log calls during system startup
Go over major flows with the team and brainstorm about other info-level events we'd like to see logged
The text was updated successfully, but these errors were encountered:
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:
instrumentation/logger.go
The text was updated successfully, but these errors were encountered: