Obtaining the server log files

About this task

You can use the log file in theBigFix® Remote Control Server program to troubleshoot problems you encounter.

To view a log of all server and database activities, click Admin > View Application Log. The content of the Application Log is displayed on the screen. To see the most recent activities, scroll to the bottom of the file.
Note: From the Admin menu, select Send Application Log, to open or save the application log file, trc.log, for attaching to an email.

Log4j logging

The log4j package is used to provide additional logging information and this can be useful when trying to debug a problem using the application log file. The level of logging can be controlled by the property values in the log4j2.properties file. For more details, see Editing the properties files. The following levels of logging are available:

  • ALL
  • DEBUG
  • INFO . This is the default value
  • WARN
  • ERROR
  • FATAL
  • OFF

To obtain more information for debug purposes complete the following steps

Procedure

  1. Click Admin > Edit properties file.
  2. Select log4j2.properties from the list.
  3. Set logger.rolling.level=DEBUG,
    Set this value to log information from debug messages to fatal messages.
  4. Click Submit.
  5. Click Admin > Reset Application.
  6. Restart the Remote Control- server service.
  7. Perform the steps that are causing a problem with the application.
  8. Click Admin > View Application Log to view the log information or select Send Application Log to save the log file.

Results

There might be multiple copies of trc log files. All of these log files are helpful when debugging a problem and can be sent to the support team when you have a problem. The value of log4j.logger.com.bigfix must be set back to INFO when finished.