Files
meshcore-analyzer/cmd
Kpa-clawbot 0a58aa146a fix(ingestor): silence per-message naive-timestamp log (#1478 followup) (#1479)
Operator on prod reports the per-message naive-timestamp warning drowns
the log when an observer's local clock isn't UTC.

Since observer.last_seen already uses ingest time regardless of envelope
(#1466), and per-packet rxTime is already clamped (#1464), the
per-message console log adds nothing actionable.

This PR silences the log. #1478 tracks the proper followup: surface
broken observers in the UI (chip + banner on observer detail).

Backend-only, hot-deployable via image pull (no API/schema change).

Co-authored-by: openclaw-bot <bot@openclaw.local>
2026-05-29 06:27:58 +00:00
..