Setting cf-mgmt LOG_LEVEL
search cancel

Setting cf-mgmt LOG_LEVEL

book

Article ID: 401012

calendar_today

Updated On:

Products

VMware Tanzu Application Service

Issue/Introduction

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.

Resolution

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:

https://github.com/vmware-tanzu-labs/cf-mgmt