spring-cloud / spring-cloud-deployer

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

Add getLog() operation for scheduled tasks #342

Open sabbyanandan opened 4 years ago

sabbyanandan commented 4 years ago

As a user, I'm trying to retrieve the logs for a scheduled task, but I don't have an API to get it.

Similar to TaskLaucnher's getLog(id), it might be useful to retrieve the logs for a scheduled task provided K8s supports it via an API, and the Fabric8 library includes support for it.