mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-18 21:27:54 +00:00
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:
parent
a2c9f55e89
commit
425bf11a9d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user