yhs0092 commented on issue #1611: ServiceComb有access.log访问自身的日志,那有没有调用其他服务的outcall.log?如果有该怎么配置? URL: https://github.com/apache/servicecomb-java-chassis/issues/1611#issuecomment-595161235 想捕获异常的话也可以考虑使用`Handler`扩展来做,放在consumer端Handler链里面。不过Java-Chassis框架以抛出`InvocationException`的方式表达错误返回码,如果你们有自定义的错误返回,并且使用RPC方式调用的话,让框架把InvocationException抛出来可能更好一些。
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
