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 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, error
data and exit codes and end times.
Debug log
Our software is one of the extremely rare software programs that can expose bugs
to the users via the Debug Log. This log displays any error from your tasks and the exact location in our
program code where this error occured. This log provides the most
important information, and helps us quickly determine the
cause of your task error, i.e. whether it is a user input problem, system or
other problem, or bug. ~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. In version 5.x, we have
cleaned up a lot bugs, from information that filtered into the users 4.x debug
log.
Activity log
This log displays a list of task run times and startup 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, any output data, error
data and exit codes and end times.