Searches for occurence of pattern
in log files.
grepLogs(
reg,
ids,
pattern = "warn",
ignore.case = TRUE,
verbose = FALSE,
range = 2L
)
[Registry
]
Registry.
[integer
]
Ids of jobs to grep.
Default is all terminated jobs (done + errors).
[character(1)
]
Pattern to search for. See grep
.
Default is "warn"
.
[logical(1)
]
Ignore case. See grep
.
Default is TRUE
.
[logical(1)
]
Print matches.
Default is FALSE
.
[integer(1)
]
If verbose
is set to TRUE
, print range
leading and trailing lines for contextual information about the warning.
Default is 2
.
[integer
]. Ids of jobs where pattern was found in the log file.
Other debug:
debugMulticore()
,
debugSSH()
,
getErrorMessages()
,
getJobInfo()
,
getLogFiles()
,
killJobs()
,
resetJobs()
,
setJobFunction()
,
showLog()
,
testJob()