Skip to content

Commit

Permalink
chore: Reduce Severity of Logging Message (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox authored Jul 16, 2024
1 parent 91f8cc6 commit eb61a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/v1/case_file/case_file.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class CaseFileService {
const caseFileDto = data.getCaseFileByLeadId as CaseFileDto;
return caseFileDto;
} else {
this.logger.error(`Case with complaint Id ${complaint_id} not found.`);
this.logger.debug(`Case with complaint Id ${complaint_id} not found.`);
return null;
}
};
Expand Down

0 comments on commit eb61a22

Please sign in to comment.