Log error message if updateCloudron failed

This commit is contained in:
Girish Ramakrishnan
2022-03-31 22:46:14 -07:00
parent cae528158c
commit 52fc031516

View File

@@ -290,7 +290,7 @@ async function setDashboardDomain(domain, auditSource) {
await settings.setDashboardLocation(domain, fqdn);
await safe(appstore.updateCloudron({ domain }));
await safe(appstore.updateCloudron({ domain }), { debug });
await eventlog.add(eventlog.ACTION_DASHBOARD_DOMAIN_UPDATE, auditSource, { domain, fqdn });
}