refactor(基础模块): 优化协议加载日志打印
This commit is contained in:
parent
32a3452f7b
commit
3f4297ed06
|
|
@ -79,7 +79,7 @@ public class LazyInitManagementProtocolSupports extends StaticProtocolSupports i
|
|||
consumer.accept(e);
|
||||
})
|
||||
.onErrorResume((e) -> {
|
||||
log.error("{} protocol[{}] error: {}", operation, definition.getId(), e);
|
||||
log.error("{} protocol[{}] error: {}", operation, definition.getId(), e.getLocalizedMessage());
|
||||
return Mono.empty();
|
||||
})
|
||||
.then();
|
||||
|
|
|
|||
Loading…
Reference in New Issue