grepLogs | R Documentation |
Crawls through log files and reports jobs with lines matching the pattern
.
See showLog
for an example.
grepLogs(
ids = NULL,
pattern,
ignore.case = FALSE,
fixed = FALSE,
reg = getDefaultRegistry()
)
ids |
[ |
pattern |
[ |
ignore.case |
[ |
fixed |
[ |
reg |
[ |
[data.table
] with columns “job.id” and “message”.
Other debug:
getErrorMessages()
,
getStatus()
,
killJobs()
,
resetJobs()
,
showLog()
,
testJob()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.