SAP-samples / btp-setup-automator

Automate the setup of your SAP BTP account with the SAP BTP CLI and other CLI tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE REQUEST] Confusing looging when service creation/deletion is checked

lechnerc77 opened this issue · comments

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

Improvement delivered with PR #266