Logging in Smart Reporting
BMC Helix ITSM: Smart Reporting(Smart Reporting) has several logging facilities for different parts of the application. The main Smart Reporting application log (smartreporting.log) is in the C:\Program Files\BMC Software\ARSystem\SmartReporting\appserver\logs directory. The smartreporting.log file contains error and warning messages and information about Smart Reporting.
You can configure Smart Reporting to log additional debugging information in this file. Go to the log4j2.xml file located at C:\Program Files\BMC Software\ARSystem\SmartReporting\appserver\webapps\ROOT\WEB-INF and change the Root level value from INFO to DEBUG as shown in the following sample:
<AppenderRef ref="applog"/>
<AppenderRef ref="cons" />
</Root>
This sets the logging level to DEBUG.
The following table lists the logs that you can refer to for issues in Smart Reporting:
Issue | Log Details |
---|---|
Install and Upgrade issues | Microsoft Windows:
Linux:
|
Changing default user role | See the log files located in the InstallationPath\AR\Arserver\Db\smartreporting.log directory. |
Onboarding and importing content issues | See the following log files located in the InstallationPath\BMC Software\ARSystem\SmartReporting\appserver\logs directory:
|
Performance issues | Perform the following steps for logging the performance issues:
In addition to the log file, you can check the Performance Analysis Snap Shot Tool to find out the root cause of the performance issues. This Yellowfin utility indicates which processes are slow. For more information, see Performance Analysis Snap Shot Tool in the Yellowfin knowledge base. |
User synchronization issues |
|
Common content synchronization issues | Plugin logs:
Reporting logs: InstallationPath\appserver\logs\smartreporting.log |
Service outages | See the following log files located in the <Install Path>\BMC Software\ARSystem\SmartReporting\appserver\logs directory:
|
Data source connection issues | Reporting logs: InstallationPath\appserver\logs\source.<datasourceID>.log. For example, source.12345.log. For more information, see Data-source-connection-logs. |