API Gateway: Enable debugging for Policy Manager
search cancel

API Gateway: Enable debugging for Policy Manager

book

Article ID: 250553

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

How do I enable debugging / FINE level logging for Policy Manager?

Environment

Release : 10.x

Component : API GATEWAY

Resolution

Edit the logging.properties file in the Policy Manager installation directory and change the following values to FINE.

# Set the default logging level for the root logger
.level = FINE

# Set the default logging level for new ConsoleHandler instances
java.util.logging.ConsoleHandler.level = FINE

# Set the default logging level for new FileHandler instances
java.util.logging.FileHandler.level = FINE

-----------------------------------------------------------------------------------------------------------------------------------------------------------

Restart Policy Manager application after the above changes to take effect.

You should now see FINE level events in  C:\Users\[username]\.l7tech\ssm0.log file.

Additional Information

Revert the changes performed to logging.properties file after troubleshooting/debugging issue with Policy Manager application.