diff --git a/Common/Server/Services/StatusPageDomainService.ts b/Common/Server/Services/StatusPageDomainService.ts index bb3ccf65672..9ee074ba5bc 100644 --- a/Common/Server/Services/StatusPageDomainService.ts +++ b/Common/Server/Services/StatusPageDomainService.ts @@ -251,6 +251,9 @@ export class Service extends DatabaseService { }); return true; + } else{ + logger.debug("CNAME verification fails for http endpoint"); + logger.debug(result.data); } // try with https @@ -272,6 +275,9 @@ export class Service extends DatabaseService { }); return true; + } else{ + logger.debug("CNAME verification fails for https endpoint"); + logger.debug(result.data); } await this.updateCnameStatusForStatusPageDomain({