Logs
This page allows you to view the logs for your latest lambda executions.
Script Logs
You can use the form provided to search for the most recent logs generated by your scripts.
Script error notification emails will contain a Correlation Id that is unique to each execution of a given script. You can use the Correlation Id to view the logs for one particular script execution.
The Script Identifier is used to view all logs across many executions for a given script.
The Log Message field in the search form can be used to find logs that contained a specific word or text.
The Action field allows you to select a particular type of log message:
-
ALL - includes all the types below
-
RUN - executes your code from Script Console, Script Listeners or Workflow Post Functions
-
PARAMS - displays description of Workflow Post Functions or Built-in Scripts
-
VALIDATE - checks your code for syntax errors - (i.e. code linting)
-
LIST - retrieves a list of scripts available for e.g. workflow post functions or built-in scripts
The From and To Date fields allow you to search for logs between specific points in time.
The Limit field allows you to return more log results.
The table below contains the available log levels and the information each log level contains.
Each row shows you the severity of logs visible, depending on the log level selected.
FATAL | ERROR | WARN | INFO | DEBUG | TRACE | ALL | |
---|---|---|---|---|---|---|---|
FATAL |
X |
||||||
ERROR |
X |
X |
|||||
WARN |
X |
X |
X |
||||
INFO |
X |
X |
X |
X |
|||
DEBUG |
X |
X |
X |
X |
X |
||
TRACE |
X |
X |
X |
X |
X |
X |
|
ALL |
X |
X |
X |
X |
X |
X |
X |