Logs from the scripting framework
The scripting framework logs cover script loading, initialization, execution time and so on. To see the values that are passed received by script variables, set the autoscript logger to DEBUG, apply the logging settings, and run the script configuration. Output variable values to the log file or system console. In general, you can set the autoscript logger to INFO during script development or debugging time and set individual scripts' log level to INFO too, which pushes the script-specific print statements to the log file.
The following list of log information is automatically generated at the DEBUG level from the
scripting framework.
- Launch point name and script name that are about to be run.
- Script run time as time elapsed between start and end of the script run.
- Application name, logged in user name, Maximo® business object (MBO) name, MBO unique ID values always injected as implicit data to the script.
- Variable values that are passed into the script based on variable bindings. These variables are sourced from MBO attribute, MAXVAR, system property, or literal.