The Agentforce Context Protocol (ACP) Management UI includes an Activity Log that provides a chronological record of significant events within the ACP system. This log is an invaluable tool for monitoring tool usage, diagnosing issues, and understanding how ACP is being utilized in your Salesforce org.This guide explains how to access and interpret the Activity Log.
The Activity Log typically displays the following information for each entry, often in a table format:
Timestamp: The date and time the activity occurred.
User: The Salesforce user who initiated the action or the context in which the action ran (e.g., “Automated Process” for system-driven events).
Action/Event Type: The type of activity, for example:
Tool Execution
Connection Test
Configuration Change
Error
Status: The outcome of the activity:
Success
Failure/Error
Warning
Details/Summary: A brief summary of the activity. This might include:
For Tool Execution: Tool name, key input parameters (non-sensitive).
For Connection Test: Connection name.
For Error: A brief error message.
Related Record (Optional): A link to a related Salesforce record if applicable (e.g., the Lead that triggered a Flow which called an ACP tool).
View Details (Action): Often, there’s an option to view more detailed information about a specific log entry, which might open a modal or a separate page.
When you view the details of an Activity Log entry, you might find more comprehensive information, such as:
Full Request Payload: For tool executions, the complete input data sent to the tool (care should be taken with sensitive data logging, which might be configurable).
Full Response Payload: The complete response received from the tool.
Detailed Error Messages: Stack traces or more verbose error descriptions if an error occurred.
Correlation ID: A unique identifier that might link related log entries across different systems or components.
Duration: How long the operation took to complete.(Placeholder: Screenshot of a modal or detail view for an Activity Log entry)
Log Retention Policy: Be aware of how long Activity Log data is stored. Older data might be archived or deleted based on system settings. This is often configurable.
Logging Levels: The ACP system might have configurable logging levels (e.g., DEBUG, INFO, WARN, ERROR). A more verbose logging level will capture more detailed information but can also consume more storage and potentially impact performance slightly. Adjust this based on your monitoring and troubleshooting needs. These settings might be found in the “Settings” tab of the ACP Manager.
The Activity Log is a powerful resource for maintaining the health and efficiency of your ACP integrations. Regularly reviewing it, especially when troubleshooting or monitoring new deployments, can provide critical insights.