company-service http://jira.mfd.msk:8088/browse/CLS-541 зменил лог trace

This commit is contained in:
AKurakin 2023-09-15 11:54:42 +03:00
parent bb0f836d3c
commit 89b6567beb

View file

@ -206,7 +206,7 @@ public class MultiCompanyService
txOk = true;
} catch (ValidationException vex) {
log.error("For gateway request.id={}, companyId={} error validate: {}", baseRequest.getId(), companyId, messageResolver.resolve(vex.getEnumMsg()));
log.debug("For companyId={} error validation: {}", companyId, ExceptionUtils.getStackTrace(vex));
log.trace("For companyId={} error validation: {}", companyId, ExceptionUtils.getStackTrace(vex));
}
}
if (txOk) {