When troubleshooting issues with QRadar applications, which application Docker container log file can be used to get more information about the apps?

When troubleshooting issues with QRadar applications, which application Docker container log file can be used to get more information about the apps?
A. /var/log/qradar.error
B. /var/log/qradar.log
C. /var/log/app.log
D. /store/log/app.log

Download Printable PDF. VALID exam to help you PASS.

One thought on “When troubleshooting issues with QRadar applications, which application Docker container log file can be used to get more information about the apps?

  1. App logs are stored in the /store/log directory of your application’s Docker container.
    The /store/log directory contains 2 log files:
    startup.log is the initial start-up log for the application. This log is useful for checking the installation of dependencies added to your app’s app/src_deps/ folder.
    app.log is the log file that is created by the qpylib library. Logging calls to the qpylib.log() method are written in the app.log file.
    Ref
    https://www.ibm.com/support/knowledgecenter/SS42VS_SHR/com.ibm.appfw.doc/c_appframework_logs.html

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.