When troubleshooting the Tanzu Intelligence Assist feature in Tanzu Hub, the default log level may not provide sufficient information; changing the logging level to DEBUG will offer further insights.
1) Edit the tia-plus deployment in the tanzusm namespace and set the TIA_PLUS_LOG_LEVEL environment variable to DEBUG:
kubectl -n tanzusm edit deploy tia-plus and change it as below snippet:
- name: TIA_PLUS_LOG_LEVEL
value: DEBUGWait for the pods to roll out, then check the logs on the new pod, which should now provide detailed output.