Skip to main content
Skip table of contents

Federation Logs Widget

Definition

The Federation Logs Widget allows to view logs related to a Federation.

image-20240907-232347.png

Usage

Log levels are organized in the following ascending order: ERROR WARN INFO DEBUG TRACE. Log statements made in Rules at or below the selected level will be reported and available in this page.

Search in Logs

The Logs page provides a list of Log Events organized in reverse chronological order (more recent events are displayed first).
By default, when opening the Logs page, the search is defined by a date.

Actions

Description

Preview

Add filter

 

You can add one or several filters to search more precisely for a Log Event by clicking on "Add Filter..." button.

image-20240909-151606.png

 

Filters will be added at the top of the page.

You can delete one or several filters by clicking on the displayed trash icon on each line.

image-20240909-151831.png

 

Search for Logs Events

The results are displayed according to the filters.

image-20240909-151950.png

 

View a Log Event

You can view details of log events by clicking on the arrow displayed on the line.

By clicking on the "Details", you can view more information about the event.

image-20240909-152012.png

 

Filters

Name

Type

Description

Date

Date & time

Allows to search by date (year, month, week, day, hour, minute, second) or by period.

Level

Enum

 Log level (ERROR, WARN, INFO, DEBUG, TRACE)

Message

String

 Text to be searched

Tid

String

 Identifier of the transaction

Configuration

The Federation Logs Widget must be configured to a Feature with an object kind set to RESOURCE.

It’s recommended to use it within a dedicated feature of type UI_FOR_OBJECT or with a button triggering its opening in a modal

Properties

Property name

Type

Mandatory

Description

Values (default value in blod)

bordered

Boolean

NO

Allows to display a border around the Widget.

true, false

title

Boolean

NO

Allows to define a title and a subtitle.

Title and subtitle are defined in the following i18n keys:

  • tenant.features.role-assignment.title.label

  • tenant.features.role-assignment.subtitle.label

true, false

Example

Federation Logs Widget Example
CODE
<widget id="federation-log-widget" xsi:type="ctdbum:FederationLogsWidgetType">
    <hidden>false</hidden>
    <displayOptions>
      <modalSize>LG</modalSize>
    </displayOptions>
    <config>
      <bordered>false</bordered>
      <title>true</title>
    </config>
</widget>

Read Next

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.