For the complete documentation index, see llms.txt. This page is also available as Markdown.

Logging

Category: Management

Version: 1.0

Last Updated: June 1, 2026

Author: Any2Info


Description

The Logging page allows administrators to view application logging within the Any2Info platform.

This page shows the raw log data that is captured by the application. It can be used to inspect application activity, monitor logged events, and investigate behavior across services, modules, users, collections, and objects.

The Logging page is an administrative page and is available to administrators only.


Location

The Logging page can be found in the menu under:

Management → Logging


Access

Role
Access

Admin

Yes


Log overview

The page displays log lines in a table. Each row represents a logged event or message from the application.

The following columns are shown:

Column
Description

Time

The date and time when the log line was created.

Service

The service that created the log line.

Module

The module or component where the log line originated.

Duration(ms)

The duration in milliseconds, when applicable.

Message

The logged message or event details.

User

The related user, when applicable.

Collection

The related collection, when applicable.

Object

The related object, when applicable.

By default, the Logging page can show log lines for all collections. Administrators can filter the logging to a specific collection by using the filter options.


Toolbar actions

The Logging page contains several toolbar actions.

Action
Description

Filter

Opens the filter dialog for advanced filtering and sorting.

Export

Exports the current filter settings.

Import

Imports saved filter settings.

View live

Starts real-time logging. The log view continues to refresh until the user stops it.

Reload

Reloads the log lines manually.

The page is read-only. Log lines cannot be edited from this page.


Filter options

The filter dialog allows administrators to narrow down the visible log lines and configure sorting.

Filtering

Filter option
Description

Between

Filters log lines between a start and end date/time.

Messages containing

Filters log lines based on text contained in the message.

Show requests with ids

Filters log lines by one or more request identifiers.

Filter by collection

Filters log lines for a specific collection.

Filter by object

Filters log lines for a specific object.

Filter by user

Filters log lines for one or more selected users.

Types

The Types tab allows filtering based on log levels, services, and modules.

Type filter
Description

Log levels

Filters log lines by level of detail or severity.

Services

Filters log lines by application service.

Modules

Filters log lines by module or component.

Available log levels include:

Log level
Description

Trace

Very detailed diagnostic information.

Debug

Diagnostic information useful during debugging.

Information

General informational messages about normal application behavior.

Warning

Messages that indicate a possible issue or unexpected situation.

Error

Messages that indicate an error occurred.

Critical

Messages that indicate a serious failure or critical issue.

None

Log lines without a specific log level.

Sorting

The Sorting tab allows administrators to configure the order in which log lines are displayed.

Sorting option
Description

Column

Selects the column used for sorting.

Order

Defines whether the selected column is sorted ascending or descending.

Multiple sorting rules can be added when needed.


Usage

Use the Logging page when you need to inspect raw application logging.

Typical use cases include:

  • Reviewing application activity.

  • Investigating application behavior.

  • Filtering logs by collection, user, object, service, module, or message.

  • Viewing logs in real time while reproducing an issue.

  • Exporting and importing filter settings for repeated investigations.


Tips & Best Practices

  • Use filters before reviewing large amounts of log data.

  • Filter by collection when investigating behavior for a specific collection.

  • Filter by user or object when investigating a specific action or record.

  • Use View live when reproducing behavior and watching the logging in real time.

  • Use Export to save useful filter settings for later reuse.

  • Use sorting to show the most relevant log lines first, for example by timestamp descending.

  • Keep in mind that this page shows raw application log data and may include technical messages intended for administrators.


Changelog

Version
Date
Change

1.0

June 1, 2026

Initial documentation version added.

Last updated

Was this helpful?