How do I add more logs in the app?
Add more logs to IBM® QRadar® Threat Intelligence so that you can troubleshoot errors.
Procedure
- Use SSH to log in to your QRadar Console or the QRadar App Host as the root user.
- In the docker container, edit the /app/manifest.json file and change the "log_level" to DEBUG.
- Restart the run.py script so that the changes take effect.
- In the docker container, edit the /app/server/api/log.js file and change the const logFilter = 'debug'".
- Run supervisorctl restart node-server command to execute.