Log Activity
Reference to Servoy Cloud Environment Log Activity dashboard
Overview
The Log Activity dashboard provides a visual representation of log activity within your environment. It includes charts and a detailed table view.
Metrics
When analyzing the log activity in the table or chart view, consider the following log levels, which are color coded for better visibility:
Info (Blue)
Warning (Yellow)
Error (Red)
Fatal (Black)
Log Analyzer Dialog
To view detailed log activity:
Navigate to Application Environments (see navigation flow examples below)
Applications -> Your Application -> Environments -> Click Environment tile
Home -> Environments at-a-glance -> Click Environment tile
Click on the Log Activity tile
Click on the "show more" button of the log entry you want to analyze

Log details
When you view the log details, you will see:
Log type
Log date and time
Short log message
Code Snippet with highlighted location in code or stack trace
If file and location available in the log and the repository is accessible, the dialog will display a highlighted code block and the Location (the file path and line in code)
If code highlighting is not available, the stack trace will be displayed
Log Analyzer with code highlighting

Log Analyzer without code highlighting

Additionally, using the other buttons in the dialog, you can do the following:
Toggle log stack trace
Show full log message
Copy the displayed message (either the short or the full message)
Pattern Grouping
The Log Activity view has a pattern grouping mode that automatically groups your logs by recurring patterns. Instead of scrolling through thousands of individual lines, you instantly see which errors are most frequent.

How to use
Navigate to the Log Activity view for your environment
Click the Group by pattern toggle button in the toolbar (next to the Filter button)
The table switches to a grouped view showing patterns sorted by frequency (noisiest first)
Drill down
Click any pattern row to filter the log list to only that pattern. The histogram updates to show that pattern's volume over time — so you can immediately see when the issue started or spiked.
To go back to the full list, toggle off the pattern grouping button.
Filters
Your existing toolbar filters (level, hostname, search, time range) still apply in pattern mode — patterns are computed on the filtered set. This lets you narrow down to a specific time window or log level before grouping.
Last updated
Was this helpful?