6 lines
334 B
YAML
6 lines
334 B
YAML
logging.level.org.springframework.cloud: DEBUG
|
|
logging.level.com.netflix.discovery.InstanceInfoReplicator: ERROR
|
|
logging.level.org.springframework.cloud.sleuth.instrument.web.client.feign: TRACE
|
|
|
|
# comma separated list of matchers
|
|
spring.sleuth.rxjava.schedulers.ignoredthreads: HystixMetricPoller,^MyCustomThread.*$,^RxComputation.*$ |