spring-cloud / spring-cloud-consul

Spring Cloud Consul
http://cloud.spring.io/spring-cloud-consul/
Apache License 2.0
808 stars 540 forks source link

Modify LogFactory Input parameter of getlog #767

Closed manzhizhen closed 1 year ago

manzhizhen commented 2 years ago

When I read the source code of spring cloud consult, I found the LogFactory of ConsulCatalogWatch and TtlScheduler The input parameters of getLog are not written correctly. Of course, this is only a small problem and does not affect the operation of the code