Troubleshooting

The Content Analyzer logs are located in the logs PVC that you defined during storage configuration. The subdirectory logs are created automatically.

About this task

The Content Analyzer logs are separated into subdirectories.

Procedure

  1. The subdirectory names are based on the component names.
    
    ├── backend
    ├── callerapi
    ├── classifyprocess-classify
    ├── frontend
    ├── mongo
    ├── mongoadmin
    ├── ocr-extraction
    ├── pdfprocess
    ├── postprocessing
    ├── processing-extraction
    ├── setup
    ├── updatefiledetail
    └── utf8process
    
  2. You can direct the Ansible stdout logs or operator logs to your specified log file.

    An example of an Ansible log file.

    kubectl logs deployment/ibm-cp4a-operator -c ansible > Ansible.log

    An example of an operator log file.

    kubectl logs deployment/ibm-cp4a-operator -c operator > Operator.log