mirror of
https://github.com/clearlinux/telemetrics-client.git
synced 2026-09-06 21:51:32 +00:00
This adds an optional argument to journalprobe that allows seeking to the end of the journal. This is then used in a new service file that is called by telemctl on restart. This allows us to scan the entire journal on boot, and only scan new journal entries when restarting, or opting into telemetry manually. This reduces spam from repeated messages and fixes a possible privacy concern, as previously running telemctl start could include journal errors that occurred before telemetrics was opted into. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>