Log Files

Task data is logged into log files on your disk.  The logs are available via the Logs menu.  The log files are automatically trimmed back to 0%, 25%, or 50%, when they exceed the maximum size limit set by user.

Output log
This is the most used log.  This log displays any output from your tasks.  The data includes run times, any output data, and error data and exit codes and end times.

Debug log
This log displays any error from your tasks, and the exact location in our program code, where this error occurred.  This log provides the most important information, and helps us quickly determine the cause of your task error. We can determine if it is a user input problem, system problem or other problem, or a bug.  Almost 100% of our code is in error catching blocks.  We keep refining our code when we analyze your debug log.  This has helped the program to be extremely stable.

Activity log
This log displays a list of tasks run times, and startup times, and shutdown times.

Task logs
Each individual task that you create will output data into task log files.  The log files have the same name as the task title. The data that is displayed in these logs include run times, output data, error data, and exit codes.