mirror of
https://github.com/clearlinux/telemetrics-client.git
synced 2026-08-28 21:35:39 +00:00
d1f11980be
This change contains: * New configuration keys: record_retention_enabled and record_server_delivery_enabled. These keys are needed to control remote delivery of records and record retention. These keys are optional to preserve backward compatibility with existing custom configurations. * Record copy implementation. This change allows to save copies of records locally when feature is enabled in configuration. This operation is independent of record spooling and record reporting to remote server. * New telem_journal argument to allow record payload print from local copy (if it exists). Signed-off-by: avjarami <alex.v.jaramillo@intel.com>