When I start my Spring Cloud Config Server I get the following error.
Could not locate PropertySource: I/O error on GET request for \"http://localhost:8888/c
If your config server is not intended to be a config client as well you need to set spring.cloud.config.enabled=false to avoid that log entry (it's harmless though).
spring.cloud.config.enabled=false