spring-cloud-gateway
spring-cloud-gateway copied to clipboard
Add Logging to YAML Properties Resolving(RouterFunctionHolderFactory)
Hi,
Description
- In a raised issue(#3327), given yaml file to configure CircuitBreakerConfig seems to fail and produce an error below:
- given a Configuration Bean, the properties were bound successfully and CircuitBreaker was created successfully.
- in a situation where yaml file was passed on, CircuitBreaker failed to create.
- Noticing yaml properties binding failures was painful without debugging statements.
Such Logging will provide a mean to evaluate failure in binding yaml properties.
Helps debugging #3327