liubao68 edited a comment on issue #2257: URL: https://github.com/apache/servicecomb-java-chassis/issues/2257#issuecomment-787915524
估计是logger系统变化了。 spring boot默认携带的是 logback 作为日志系统。 你发的配置文件是 log4j 的。 REST over servlet 模式, 不会有 request.og和access.log, 这个是 REST over vert.x特有的。 参考多协议介绍:https://docs.servicecomb.io/java-chassis/zh_CN/transports/introduction/ 日志介绍:https://docs.servicecomb.io/java-chassis/zh_CN/general-development/config-logs/ spring boot也分servlet模式和vert.x, 介绍参考:https://docs.servicecomb.io/java-chassis/zh_CN/using-java-chassis-in-spring-boot/using-java-chassis-in-spring-boot/ servicecomb-sample有这两种模式的例子。 ---------------------------------------------------------------- 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]
