Viewing logging categories
View logging categories using server tools
Procedure
- Log into PolicyCenter as a user with administrative privileges.
- Navigate to the Server Tools Set Log Level screen.
-
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
- Ensure that the PolicyCenter server is running.
-
Navigate to the following directory:
- admin/bin
-
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
- Ensure that the PolicyCenter server is running.
-
Call the following method on the SystemToolsAPI web
service:
- SystemToolsAPI.getLoggingCategories
