I'm looking to set up a log group and configure the log level for both Resilience4J and Spring Cloud Circuit Breaker. However, I'm unsure of how to ascertain the top-level package for both(accroding to spring boot official document). My current toolset includes IntelliJ IDEA 2023.3.2 Ultimate and Gradle. The dependency implementation I'm working with for the circuit breaker is org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j, which falls under org.springframework.cloud:spring-cloud-dependencies:2021.0.8.
So, my questions are:
- How can I find the
top-level package nameforResilience4JandSpring Cloud Circuit Breaker? and - Does the correct answer include
org.springframework.cloud.client.circuitbreaker?