CF Deployer needs to use LogCacheClient to retrieve logs
cppwfs opened this issue · 1 comments
cppwfs commented
According to the following issue: cloudfoundry/cf-java-client#1181
We can no longer use the DopplerClient to retrieve logs. Rather we need to use the LogCacheClient to retrieve logs.
The following code needs to be updated:
https://github.com/spring-cloud/spring-cloud-deployer/blob/main/spring-cloud-deployer-cloudfoundry/src/main/java/org/springframework/cloud/deployer/spi/cloudfoundry/CloudFoundryTaskLauncher.java#L141
and https://github.com/spring-cloud/spring-cloud-deployer/blob/main/spring-cloud-deployer-cloudfoundry/src/main/java/org/springframework/cloud/deployer/spi/cloudfoundry/CloudFoundryAppDeployer.java#L216.
ilayaperumalg commented
This was addressed via #413