showLog {BatchJobs} | R Documentation |
Display the contents of a log file.
Description
Display the contents of a log file, useful in case of errors.
Note this rare special case: When you use chunking, submit some jobs, some jobs fail,
then you resubmit these jobs again in different chunks, the log files will contain the log
of the old, failed job as well. showLog
tries to jump to the correct part
of the new log file with a supported pager.
Usage
showLog(reg, id, pager = getOption("pager"))
Arguments
reg |
[ |
id |
[ |
pager |
[ |
Value
[character(1)
]. Invisibly returns path to log file.
See Also
Other debug:
debugMulticore()
,
debugSSH()
,
getErrorMessages()
,
getJobInfo()
,
getLogFiles()
,
grepLogs()
,
killJobs()
,
resetJobs()
,
setJobFunction()
,
testJob()