better app autoupdate logs
This commit is contained in:
@@ -2628,8 +2628,9 @@ async function autoupdateApps(updateInfo, auditSource) { // updateInfo is { appI
|
||||
force: false
|
||||
};
|
||||
|
||||
debug(`app ${app.fqdn} will be automatically updated`);
|
||||
const [updateError] = await safe(updateApp(app, data, auditSource));
|
||||
if (updateError) debug(`Error initiating autoupdate of ${appId}. ${updateError.message}`);
|
||||
if (updateError) debug(`Error autoupdating ${appId}. ${updateError.message}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user