Spring-cloud-netflix: How to disable log out: aws.ConfigClusterResolver - Resolving eureka endpoints via configuration

Created on 30 Jan 2019  路  4Comments  路  Source: spring-cloud/spring-cloud-netflix

it log out every 5 minutes, how to just disable log out? My log out level is INFO, I don't want to change it.

question

Most helpful comment

logging.level.com.netflix.discovery.shared.resolver.aws.ConfigClusterResolver=WARN is it right in the properties file?

All 4 comments

What gets logged? You've provided very little information, can you be more detailed

09:45:57.938 m [AsyncResolver-bootstrap-executor-0] INFO  c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration

@spencergibb It's eureka check online.

That's in a com.netflix logger. We have no control over it. Setting a log level is the best you are going to get. Open an issue or PR at Netflix/eureka if you'd like.

logging:
  level:
    com.netflix.discovery.shared.resolver.aws.ConfigClusterResolver: WARN

logging.level.com.netflix.discovery.shared.resolver.aws.ConfigClusterResolver=WARN is it right in the properties file?

Was this page helpful?
0 / 5 - 0 ratings