Date/Time entries are always localized to the local time zone and date format settings of your browser, so even when you browse to a server hosted in a different time zone, the displayed timestamps reflect the local time.
Searching and Filtering the Logs
The top of each Activity page tab has a search bar that you can use to search all the logs on that page. Click the funnel icon to open a context-sensitive filter section with different options for each log type. For example, as shown in the following image, the Messages tab has filters for Tracked Headers, time, connector type, workspace, and status.

Tracked Headers
supports using additional searchable metadata (Tracked Headers) as an additional way to filter results on the Messages tab. You can add tracked headers in a number of ways:- The Tracked Headers field in the Advanced Settings section of the Settings > Advanced page lets you provide a comma-delimited list of custom header names.
- Some connectors, like X12, have settings in the Advanced tab that let you to opt-in to the tracking of certain headers, like ISA08.
- The XML Map connector lets you right-click an element and add it as a tracked header on the output message.
-
The
_messageitem in ArcScript lets you set tracked headers through a_message.trackedheader:HeaderNamesyntax. To see other examples of using_message, read CData Arc Message.
- Expanding a message in the Messages tab
- Opening the Message Details page
- Viewing the Transactions tab for a connector
Messages Tab
The Messages tab provides insight into a message’s entire journey through a flow, which can contain many transactions. You might often want to see what happened with a message that you received, and this lets you see the full picture of the message as it traveled through the flow. The Messages table contains the full list of messages. By default, the list is sorted by the Latest Message column, but you can click any column name to sort by it. It displays the following details:- Latest Message—the latest filename for the message with a timestamp for the last activity related to this message. Click this link to open a window to preview the message content and optionally download, copy, or format it.
- Flow Start and Last Processed—the Connector Id where the message originated, and the Connector Id of the last connector to process a transaction related to the message. Click a Connector Id to open the connector’s configuration page in the flow designer.
-
Status—the status of the message. The options are:
- Success
- Warning
- Error
- Pending
- Skipped
- Total Processing Time—the amount of time that the message was in the flow for processing



- The Message Id
- The time at which the message originated
- A list of Tracked Headers associated with the message
- A list of Other Headers associated with the message (not tracked)
- Messages that pertain to the message status. For example, if the status is Error, the card shows the error message that caused this status in the summary.
Transactions Tab
The Transactions tab contains detailed information regarding all incoming and outgoing file transfers and all files processed locally by data transformation connectors. For example, AS2 transaction logs contain HTTP request and response headers, the MDN response to the AS2 request, and any communication errors. The Transactions table includes a separate row for each file processed by the application. It displays the following details:- Date/Time—the timestamp for the transaction
- Processed by—the Id of the connector that processed the transaction
- Direction—whether the transaction was a Send or Receive
- File—a link to open the file that was processed
- Status—the status of the transaction. Successful transactions have a Status value of Success, while failed transactions report a status of Error.
- Size—the size of the transaction file
- Processing Time—the time it took to process the transaction
SLAs Tab
The SLAs tab stores information on every SLA configured on individual connectors. It includes information on which workspace the SLA is associated with, as well as status information and the time remaining in that status. It displays the following details:- Connector Id—the Id of each connector with a defined SLA
- Workspace—the name of the associated workspace
- Previous Status—the prior SLA status (for example, OK)
- Current Status—the current SLA status (for example, At Risk) and the time remaining before the SLA changes status again (for example, to In Violation)
Logs Tab
The Logs tab contains four sets of logs: Application, Access, Audit, and Profile. By default, each table includes a summary count of today’s logs, and a total count of all logs. Click the See All link in each section to populate the window with the full list of logs in that category. From here you can search, filter, and download logs in the same way as the other log types.Application Logs
The application logs record any application-level errors that occur during processing and any requests made to application resources. The error messages here can help provide context to errors for specific transactions. Use this tab to verify that external trading partners’ web requests are successfully routed to a connector within the flow. When the application receives a web request at a public endpoint, it attempts to route the message to a specific connector based on message headers (for example, AS2 Identifiers). If an error prevents the application from routing the message successfully, this error appears on the Application tab. The Application table includes a separate row for each application event. It displays the following details:- Date/Time—the timestamp for the event
-
Level—the log level. Review the information in the Message column for details. The options are:
- None—events are not logged
- Error—information about errors encountered during processing
- Warning—information about warnings encountered during processing
- Info—general information about the processing, including any errors and warnings (if applicable)
- Debug—detailed debugging information for both successful and failed processes
- Trace—detailed trace information for both successful and failed processes (useful if you need to send logs to Support)
Logging levels Debug and Trace might log sensitive information, including file information and SSL certificates. Although sensitive details such as passwords are masked, you should review these logs for sensitive information before sharing them outside of your organization. - Resource—the resource that produced the message
- Message—the message text
- Instance Id—the machine on which the event occurred
Access Logs
The access logs record entries for requests that are made to endpoints that it provides. This includes API requests, connectors that expose a public endpoint (for example, Webhook), and public endpoints related to receiving data (for example, public.rst). It displays the following details:- Date/Time—the timestamp for the transaction
- Method—the HTTP method used
- URL—the URL
- User—the authenticated user who made the request. If the user who made the request was anonymous, this entry is blank.
- Remote IP—the IP Address where the request originated
- Instance Id—the Id of the instance that served the request
Audit Logs
The audit logs store each change made to the application configuration. This includes all actions, such as creating connectors, configuring connectors, updating profile settings, and so on. It displays the following details:- Date/Time—the timestamp for the configuration change
- Action—the type of change that was made. The options are:
- GET
- POST
- PUT
- MERGE
- PATCH
- Resource—either the Admin Console (the web UI that serves as the typical interface for managing and configuring the application) or the Admin API (the REST-based API that can be consumed to manage and configure the application).
- Message—text describing the change
- User—the user who made the change
Profile Logs
The profile logs record activity from configured communication profiles. This includes file transfers, protocol-level events, and server activity for profiles such as AS2, AS4, and SFTP Server. It displays the following details:- Date/Time—the timestamp of the activity
- Connector—the Id of the connector involved
- File—a link to open the log file for the profile
- Status—the status of the action. Options are Complete, In Progress