Automate

Log H

Log V

Use this page to View Logs for an Interface.

To access this page:

  1. Select Interfaces in the Navigation pane.
  2. Click the History icon for the desired interface.
  3. Click the Important icon to view the Log page filtered by tasks with a level set at Reporting by Importance Level or above. This icon is only enabled of there are tasks written to the log for the interface according to the level set in the Reporting by Importance Level field on the Parameters page.

    Or

  4. Click the All icon to view the Log page and all tasks for the interface. 

 

Field

Description

SEVERITY

Displays an icon indicating the severity. Refer to Configure Logging Severities for more information.

MODULE

Displays the name of the module, which is a category of logs that displays information based on what types of errors are logged.

MESSAGE

Displays a message that corresponds to the Severity . For example, with a Severity of SQL, the SQL code used to execute the task displays.

DURATION

Displays the time it took for the task to finish running.

 

Log V

Log H

 

Field

Description

Severity

Displays an icon indicating the severity. Options are:

  • 80 – Fatal – Production, fatal application error, application cannot continue, e.g., the database is down.
  • 70 – Error – Production, application error/exception, but the application can continue. Part of the application is not working properly.
  • 60 – Warning – Production, simple application error or unexpected behavior, but the application can continue, e.g., a bad login attempt or unexpected data import during jobs.
  • 50 – Notice – Production, notice information
  • 40 – Info – Production optionally, course grained (rarely written information), used to print that a configuration is initialized or that a long running import job is starting and ending.
  • 30 – SQL – SQL statements and results
  • 20 – Trace – Program executions
  • 10 – Debug – Variables

Date Time

Displays the date and time when the task finished running.

Duration

Displays the time it took for the task to finish running.

SQL Statement

Displays the SQL code used to execute the task.

NOTE: This field only displays for tasks with SQL severities.

SQL Results

Displays the results of the SQL Statement that ran.

NOTE: This field only displays for tasks with SQL severities.

Rows

Displays the number of rows of data being passed. For tasks with a severity of SQL, this field displays the number of updated rows.

NOTE: This field only displays for tasks with SQL and Debug severities.

Parameters

Displays information passed to the module.

NOTE: This field only displays for tasks with Debug severities.

Message

Displays a message that corresponds to the Severity .

NOTE: This field only displays for tasks with Debug, Trace, Info, Notice, Warning , Error and Fatal severities.

Stack Trace

Displays technical details of the error message mused by developers to determine where the issue occured.

NOTE: This field only displays for tasks with Error and Fatal severities.