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

Log

The CMS has a central repository for all log information, including the Players which send back information with each collection from the CMS.

Click on the Advanced section of the main CMS menu and select Log.

The Log is split into Channels, Functions and Pages for easy searching. Each unique request has a runNo to group messages together.

Fields

Field
Description

ID

A sequential ID of log messages

Run

The run identifier used to group messages generated by a single request

Date

The CMS date of the message

Channel

The Channel that the message relates to

Function

The HTTP verb used in the request the generated the message, GET, POST, PUT, DELETE, HEAD.

Level

The severity of log message

Display

The display name, if the log message came from a Player

Page

The page requested - usually the route

Message

The log message

Channels

Channel
Description

WEB

The CMS Web Portal

API

The CMS API

XMDS

The CMS/Player API (Media Distribution)

AUTH

The oauth authorization server for the API

CONSOLE

XTR task running

Finding your message

Understanding the log can be complicated in a busy system and it can often be hard to find messages related to your interest. The log can be filtered for this purpose, it is usually best to start with the Channel, then the Function and finally (if necessary) the Page.

For example, if an API call to the statistics search function is not working as expected the log can be searched for API, GET and /stats.

Last updated

Was this helpful?