Rubiscape generates a log of the tasks performed in the background when you run an algorithm. The log shows task name, type, duration, and status. The logs and activity trace are particularly helpful for troubleshooting. It also displays the custom component log for the code fusion nodes. To view the log, follow the steps given below.
- Open a Workbook. Refer to Opening a Workbook.
- Click the Run icon () located in the top-right corner of the function pane. The workbook execution starts.
- During the execution or after completion, click View Log. The summary of Log, Trace, and Custom Component Log is displayed.
Log:
It displays the details such as Task Name, Type, Status, and Row Count for any node.
Click the download icon () to download the Log summary as a CSV file.
Trace:
It displays the details of execution for any node. You can track the error if your execution fails.
Click the download icon () to download the Log summary as a Text file.
Custom Component Log:
It displays the printable code written only in the print2log command. It is visible only for the RubiPython node.
For example, we write the following statement in the RubiPython code editor.
In the Custom Component Log, you see the same statement printed as the summary.
Click the download icon () to download the Log summary as a Text file.
Notes: |
|