How do I add more logs in the app?

Add more logs to IBM® QRadar® Threat Intelligence so that you can troubleshoot errors.

Procedure

  1. Use SSH to log in to your QRadar Console or the QRadar App Host as the root user.
  2. In the docker container, edit the /app/manifest.json file and change the "log_level" to DEBUG.
  3. Restart the run.py script so that the changes take effect.
  4. In the docker container, edit the /app/server/api/log.js file and change the const logFilter = 'debug'".
  5. Run supervisorctl restart node-server command to execute.