Skip to content

Log

The Log application displays system logs, error messages, and activity history.

  • Category: System
  • Multi-Instance: Yes (you can open multiple log windows)
  • Permission: Public (all users, but some features are permission-restricted)

The Log application has two main menu items:

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.

Logging of user activities. Currently under development.

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)

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

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
  • 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.view permission
  • Users - Managing permissions