log consul deregister calls, for consistency with logging of consul register calls
This commit is contained in:
@@ -192,6 +192,7 @@ public class ConsulLifecycle extends AbstractDiscoveryLifecycle {
|
||||
if (ttlScheduler != null) {
|
||||
ttlScheduler.remove(serviceId);
|
||||
}
|
||||
log.info("Deregistering service with consul: {}", serviceId);
|
||||
client.agentServiceDeregister(serviceId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user