Log Activity

Reference to Servoy Cloud Environment Log Activity dashboard

Overview

The Log Activity dashboard provides a visual representation of log activity within your environment. It includes charts and a detailed table view.

Metrics

When analyzing the log activity in the table or chart view, consider the following log levels, which are color coded for better visibility:

  • Info (Blue)

  • Warning (Yellow)

  • Error (Red)

  • Fatal (Black)

Log Analyzer Dialog

To view detailed log activity:

  1. Navigate to Application Environments (see navigation flow examples below)

    1. Applications -> Your Application -> Environments -> Click Environment tile

    2. Home -> Environments at-a-glance -> Click Environment tile

  2. Click on the Log Activity tile

  3. Click on the "show more" button of the log entry you want to analyze

Log details

When you view the log details, you will see:

  • Log type

  • Log date and time

  • Short log message

  • Code Snippet with highlighted location in code or stack trace

    • If file and location available in the log and the repository is accessible, the dialog will display a highlighted code block and the Location (the file path and line in code)

    • If code highlighting is not available, the stack trace will be displayed

Log Analyzer with code highlighting

Log Analyzer without code highlighting

Additionally, using the other buttons in the dialog, you can do the following:

  • Toggle log stack trace

  • Show full log message

  • Copy the displayed message (either the short or the full message)

Last updated