spring-cloud-gateway icon indicating copy to clipboard operation
spring-cloud-gateway copied to clipboard

Add Logging to YAML Properties Resolving(RouterFunctionHolderFactory)

Open jivebreaddev opened this issue 1 year ago • 0 comments

Hi,

Description

  1. In a raised issue(#3327), given yaml file to configure CircuitBreakerConfig seems to fail and produce an error below: image
  • given a Configuration Bean, the properties were bound successfully and CircuitBreaker was created successfully.

image

  • in a situation where yaml file was passed on, CircuitBreaker failed to create.

image

  1. Noticing yaml properties binding failures was painful without debugging statements.

image

Such Logging will provide a mean to evaluate failure in binding yaml properties.

Helps debugging #3327

jivebreaddev avatar May 16 '24 13:05 jivebreaddev