[FEATURE REQUEST] Confusing looging when service creation/deletion is checked
lechnerc77 opened this issue · 1 comments
lechnerc77 commented
Which area is mainly impacted
CLI in general
Requested Feature
As of now when creating/deleting a service instance the check if the action was successful logs the iterations without further context. For services that take a long time to be created/deleted this can lead to the impression to be in an endless loop.
The logging should be improved that this context information is available, and a filtering should be done in case of deletion that once a service instance is deleted, it is no longer checked and logged.
Use Case/Scenario
long-running creation and deletion of service instances.
Would you like to support us?
- Yes, I would like to support you
Anything else?
This could be checked via the sap graph service (free tier) that takes longer to be created and deleted
lechnerc77 commented
Improvement delivered with PR #266