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
* fix(logging): ALS-safe mixin, quieter errors, matrix login creds
## Fixed
- Clone AsyncLocalStorage context in pino mixin so merge strategy does not mutate stored poll/chat context across log lines.
- Drop duplicate failure logs from withDurationMs and multi-insight sink; engine logs delivery outcome once and skips dedupe on post failure.
- Install Matrix access token and user id after password login so requests are not sent as M_MISSING_TOKEN.
## Changed
- Emit service/env/version only on the startup log line; README notes Loki query fields accordingly.
* refactor(logging): tighten comments and multi-sink fan-out
Logging verbosity, redaction, and the `env` field use fixed defaults and are not configurable via environment variables.
156
156
157
-
In Kubernetes with Loki or VictoriaLogs, query on stable fields such as `service="kaytoo"`, `component`, `level`, `pollId`, `eventId`, and `msg`.
157
+
In Kubernetes with Loki or VictoriaLogs, query on stable fields such as `component`, `level`, `pollId`, `eventId`, and `msg`. Service/env/version are emitted once on the `kaytoo starting` line; rely on pod labels elsewhere.
0 commit comments