Encountered Issue in Fortify
LOG FORGING
**LOGGER.info(dReqDto.toString());**<-----------------ERROR HERE
ReqDealDto origDL = myService.getDeal(headers, reqDealId);
boolean origDLdrft= DealStatus.valueOf(origDL .getStatus()).isDraft();
final MyPRofile privateProfile= context.getBean(MyPRofile .class);
Got no idea how to fix this.