вводы/выводы - gateway
This commit is contained in:
parent
aa9081ccf3
commit
b18e047f84
1 changed files with 2 additions and 1 deletions
|
|
@ -175,7 +175,8 @@ public class GatewayService extends QueueConsumer implements InitializingBean {
|
|||
Map bodyResponse = response.getBody();
|
||||
log.debug("Response from service: {}", bodyResponse != null ? bodyResponse : "empty");
|
||||
} catch (Throwable err){
|
||||
log.warn("Exchange error: {}", ExceptionUtils.getStackTrace(err));
|
||||
log.error("Exchange error: {}", ExceptionUtils.getStackTrace(err));
|
||||
} finally {
|
||||
SentAsset sentAsset = new SentAsset();
|
||||
sentAsset.setId(outboundRequest.getId());
|
||||
sentAsset.setStatementId(assetOperation.getStatementId());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue