This document provides instructions to bump up the logging to granular level for components in the provisioning service.
Aria Automation 8.x
VCF-Support Will provide the class/component that needs detailed logging which is needed to run through this document.
kubectl -n prelude describe configmaps provisioning-config
base64-encoded client_id_from_step1:password_from_step_1
curl --location --request POST 'https://{{ Aria_automation_URL }}/csp/gateway/am/api/auth/authorize' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Basic {{ Base64_from_step_3 }}' \
--data-raw 'grant_type=client_credentials'
curl --location --request PUT 'https://{{ Aria_automation_URLl }}/provisioning/api/log-configuration/{{ component_class_name_provided_by_support }}/DEBUG' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{ bearer token from Step 3 }}'