Stream logs from host os-update.service

This service logs the status of HUP and update-balena-supervisor
host services. The commit streams the logs from this service to the cloud
when an OS / SV update is triggered.

Change-type: patch
Signed-off-by: Christina Ying Wang <christina@balena.io>
This commit is contained in:
Christina Ying Wang 2024-12-06 11:15:48 -08:00
parent a2c9f55e89
commit 425bf11a9d

View File

@ -36,6 +36,8 @@ const HOST_SERVICES = [
'nvpmodel.service',
// Runs at boot time and checks if Orin QSPI is accessible after provisioning
'jetson-qspi-manager.service',
// os-update service which logs status of HUP and update-balena-supervisor
'os-update.service',
];
function messageFieldToString(entry: JournalRow['MESSAGE']): string | null {