diff --git a/service/rca/rca_service.go b/service/rca/rca_service.go index 4c17529..b8cf6df 100644 --- a/service/rca/rca_service.go +++ b/service/rca/rca_service.go @@ -147,7 +147,7 @@ func (r *RcaService) PostRcaToIncidentChannel(postRcaRequest service.PostRcaRequ return err } - logger.Error(fmt.Sprintf("RCA generation for incident %s had failed due to the reason: %s", rcaEntity.IncidentID, failureData.Reason)) + logger.Error(fmt.Sprintf("RCA generation for incident %d had failed due to the reason: %s", rcaEntity.IncidentID, failureData.Reason)) rcaEntity.Status = "FAILURE" rcaEntity.UpdatedAt = time.Now()