company-service http://jira.mfd.msk:8088/browse/CLS-541 зменил лог trace
This commit is contained in:
parent
bb0f836d3c
commit
89b6567beb
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue