Log
The Log application displays system logs, error messages, and activity history.
Basic Information
Section titled “Basic Information”- Category: System
- Multi-Instance: Yes (you can open multiple log windows)
- Permission: Public (all users, but some features are permission-restricted)
Log Types
Section titled “Log Types”The Log application has two main menu items:
Error Log
Section titled “Error Log”List of errors logged in the system. Displays error messages logged by applications and the system.
Permission: log.error.view permission is required to view the error log.
Activity Log
Section titled “Activity Log”Logging of user activities. Currently under development.
Using Error Log
Section titled “Using Error Log”Log List
Section titled “Log List”The error log displays logged errors in tabular format:
Table columns:
- Level: Error severity level (DEBUG, INFO, WARN, ERROR, FATAL)
- Message: Error message text
- Source: Which application or component logged the error
- Time: When the error occurred
- URL: The URL where the error occurred (if relevant)
Table features:
- Sorting: Can be sorted by any column (default: descending by time)
- Pagination: 20 errors per page
- Striped display: For better readability
More information on using tables: Using Tables (TODO: This documentation is not yet created)
Filtering
Section titled “Filtering”The error log offers advanced filtering options:
Source filtering:
- Enter the source name in the search field
- Filtering automatically activates with 300 ms delay
- Placeholder text: “Filter source…”
Level filtering:
- Click the “Level” filter button
- Select one or more levels:
- DEBUG
- INFO
- WARN
- ERROR
- FATAL
- Multiple levels can be selected simultaneously
Reset filters:
- If there’s an active filter, the “Reset” button appears
- Click it to clear all filters
Activity Log
Section titled “Activity Log”The Activity Log menu item is currently under development. In the future, user activities will be viewable here:
- Logins and logouts
- Application usage
- Setting changes
- Other user actions
Tips and Tricks
Section titled “Tips and Tricks”- Combine filters: Source and level filters can be used together for precise results
- Sorting: Click column headers to change sorting
- Pagination: Use pagination buttons to view older errors
- Permissions: If you don’t see the Error Log menu item, request
log.error.viewpermission
Related Topics
Section titled “Related Topics”- Users - Managing permissions