The cf-mgmt tool, used for managing Cloud Foundry organizations, spaces, and users, allows for the configuration of its logging level to provide more detailed output, especially for debugging purposes.
Providing full debug and trace output to further triage an issue.
Using latest generated pipeline and setting LOG_LEVEL: debug or modifying current pipeline if you are not using latest pipeline to add the following to specific job step params
params:
LOG_LEVEL: debug
... existing params
Debug provides cf-mgmt level logging and trace provides raw http request / response information.
note: Redact/Scrubbed for any sensitive information before sharing output
Reference: