Guest User

Untitled

a guest
Mar 18th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. 2016-07-13 17:41:38.144 INFO 13180 --- [ main] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1468456898144, current=UP, previous=STARTING]
  2. 2016-07-13 17:41:38.144 DEBUG 13180 --- [nfoReplicator-0] c.n.discovery.InstanceInfoReplicator : Executing on-demand update of local InstanceInfo
  3. 2016-07-13 17:41:38.144 DEBUG 13180 --- [nfoReplicator-0] c.n.discovery.InstanceInfoReplicator : Canceling the latest scheduled update, it will be rescheduled at the end of on demand update
  4. 2016-07-13 17:41:38.145 INFO 13180 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1468456898145, current=UNKNOWN, previous=UP]
  5.  
  6. spring:
  7. application:
  8. name: hello-brixton
  9.  
  10. # Spring Cloud Config
  11. cloud:
  12. config:
  13. name: hello-brixton
  14. discovery:
  15. enabled: true
  16. serviceId: config-service
  17.  
  18. eureka:
  19. client:
  20. registerWithEureka: true
  21. fetchRegistry: true
  22. serviceUrl:
  23. defaultZone: ${SERVICE_REGISTRY_URL:http://localhost:8080/eureka/}
  24. healthcheck:
  25. enabled: true
Add Comment
Please, Sign In to add comment