Azure / Azure/azure-cli-extensions
az spring-cloud app logs should support --deployment flag
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
### Extension name (the extension in question)
spring-cloud
### Description of issue (in as much detail as possible)
Currently, it is difficult to get logs from the staging slot of a spring cloud app. It would be great if `az spring-cloud app logs` could support a `--deployment` flag, similar to other app commands.
### Desired experience
Optional deployment setter:
`az spring-cloud app logs --deployment `
This would be a huge quality of life improvement. Because we use staging slots, when new deployments go awry, we are often debugging the staging slot deployment, instead of the production one.
I am happy to take a first stab at the work to enable this feature.
-----
Contributor guide
Assessment
This issue has not been assessed yet.