Viewing logging categories

View logging categories using server tools

Procedure

  1. Log into PolicyCenter as a user with administrative privileges.
  2. Navigate to the Server Tools Set Log Level screen.
  3. Expand the Logger drop-down.
    In the drop-down list, you can view the PolicyCenter standard logging categories, logging categories for internal Guidewire code, and logging categories for third-party software.

View logging categories using system tools

About this task

The system_tools command lists logging categories defined by PolicyCenter only. It does not list third-party logging categories.

Procedure

  1. Ensure that the PolicyCenter server is running.
  2. Navigate to the following directory:
    • admin/bin
  3. Enter the following command:
    • system_tools -user user -password password -loggercats

    You must supply the username (user) and password (password) for a user with administrative privileges on the PolicyCenter server.

Results

PolicyCenter prints the PolicyCenter logging categories to the command prompt.

View logging categories using web services

About this task

The SystemToolsAPI method lists logging categories defined by PolicyCenter only. It does not list third-party logging categories.

Procedure

  1. Ensure that the PolicyCenter server is running.
  2. Call the following method on the SystemToolsAPI web service:
    • SystemToolsAPI.getLoggingCategories