application.yml 333 B

1234567891011121314151617
  1. # 配置输出日志
  2. logging:
  3. level:
  4. org.springframework.cloud.gateway: TRACE
  5. org.springframework.http.server.reactive: DEBUG
  6. org.springframework.web.reactive: DEBUG
  7. reactor.ipc.netty: DEBUG
  8. #开启端点
  9. #management:
  10. # endpoints:
  11. # web:
  12. # exposure:
  13. # include: '*'
  14. # security:
  15. # enabled: false