spring-cloud / spring-cloud-deployer

The Spring Cloud Deployer project defines an SPI for deploying long lived applications and short lived tasks
163 stars 88 forks source link

Retrieving logs from multiple apps not working #469

Open corneil opened 3 months ago

corneil commented 3 months ago

Log retrieval uses the exposed address which is load balanced for multiple applications. We need to provide an endpoint that will proxy the internal address for each of the instances.