Logs
The Logs tab provides a detailed overview of log messages per log level (such as Error, Warning, or Info) for each app and environment on the selected day. This helps you quickly identify where most log activity is happening and focus on potential issues.
From the first-level summary (log level totals per environment), you can drill down to the second-level summary, where log messages are aggregated by log node within the selected environment. This view helps pinpoint which component of your app is generating specific logs.
Clicking on a log node opens the log message view, where you see all individual log messages generated by that node. Each message includes additional status indicators that provide more context:
Ignored – the message is excluded from log level totals and doesn't contribute to error or warning counts.
Alert – an alert has been generated based on this message.
Solution available – a suggested solution is available for review and action.
You can also see why a message is flagged as Ignored, Alert, or Solution—either because of a log processing rule or because a solution has been linked to it.
Additionally, you can export log messages or summaries at every level—environment, log node, or individual log message—for further analysis or sharing.
Note: Ignored messages do not count toward the log level totals (e.g., Errors, Warnings), providing a clearer and more focused view of your log data.
This drill-down flow—from environment summary to log node to individual log messages—allows you to efficiently investigate logs, understand the context of alerts, and act on available solutions.
Last updated