grepLogs {batchtools} | R Documentation |
Grep Log Files for a Pattern
Description
Crawls through log files and reports jobs with lines matching the pattern
.
See showLog
for an example.
Usage
grepLogs(
ids = NULL,
pattern,
ignore.case = FALSE,
fixed = FALSE,
reg = getDefaultRegistry()
)
Arguments
ids |
[ |
pattern |
[ |
ignore.case |
[ |
fixed |
[ |
reg |
[ |
Value
[data.table
] with columns “job.id” and “message”.
See Also
Other debug:
getErrorMessages()
,
getStatus()
,
killJobs()
,
resetJobs()
,
showLog()
,
testJob()