logs: Access logs of a Service or Job

Description Usage Arguments

View source: R/debugging.R

Description

Prints contents of the log file of a Job or Service to the console. Requests the log every second. If the log response always empty for a given timeout, the logging stops.

Usage

1
logs(obj = NULL, job_id = NULL, service_id = NULL, con = NULL, timeout = 10)

Arguments

obj

Service or Job object

job_id

character the jobs ID

service_id

character - the services ID

con

a connected openeo client (optional) otherwise active_connection is used.

timeout

integer the timeout for the logging after no update in seconds, default is 10


flahn/openeo-r-client documentation built on Sept. 18, 2020, 5:16 a.m.