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.
 ) located in the top-right corner of the function pane. The workbook execution starts.
) located in the top-right corner of the function pane. The workbook execution starts.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.
) to download the Log summary as a CSV file.
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.
) to download the Log summary as a Text file.
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.
) to download the Log summary as a Text file.
| Notes: | 
 |