Console Log Administration

Prev Next

The Console Log Administration page controls Vega (v2.0)console logs displayed in Express View. Vega-specific console logs display additional data about a module's performance, including errors, potential issues, and performance.

For example, the following Info log displays while using the DevTools Console in Express View:

A static image displaying the

Access the Console Log Administration Page

Administrators can access the Console Log page using the Administration homepage.

To access the Console Log page:

  1. From the UDesigner homepage, click Administration.

  2. Under Environment, click Console Log Administration.

    A static image displaying the Administration page. The Console Log Administration link is highlighted.

Understanding Console Log Levels

When viewing Vega (v2.0) modules in Express View, Creators can explore additional information  using the DevTools Console. This additional information is split into four console log types: Debug, Info, Warn, and Error.

By default, console logs display for their supported environment levels as labeled in the table below. Administrators can modify which logs display in the environment's Express View console by setting the log level to (checked) or ☐ (unchecked).

To learn more about environment levels, view our Workspaces: Promoting Applications article.

Log Level

Description

Supported Environment Levels

Debug

Displays logs about the following:

  • Performance timing

  • Runtime events

  • Execution of data or metadata

  • QA

  • Staging

Info

Displays logs about the following:

  • Successful messages

  • Unsuccessful messages

  • QA

  • Staging

  • UAT

Warn

Displays logs about the following:

  • Deprecation notes

  • Potential issues

  • QA

  • Staging

  • UAT

Error

Displays logs about the following:

  • Runtime failure

  • Improper configuration

  • QA

  • Staging

  • UAT

Console logging is disabled in Production-level environments.

Viewing Current Console Log Values in Express View

While in Express View, Creators can check the console log level values by entering the following command into the DevTools Console: __UQENV__.VEGA_LOG_LEVELS.

A list of each console log type displays with a Boolean value. The true value indicates the log type that is displayed. A value of false does not display logs of that type.

A static image displaying the DevTools console, the console logs display their values.

Resources