Log error message if updateCloudron failed
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user