faasr_get_log: faasr_get_log

View source: R/faasr_client_tools.R

faasr_get_logR Documentation

faasr_get_log

Description

downloads a FaaSr log file stored in S3 This function downloads a specific FaaSr log file from the user's S3 FaaSrLog bucket to local disk This can be useful in debugging by helping the user retrieve the specific log of a FaaSr run

Usage

faasr_get_log(uuid)

Arguments

uuid

the UUID of the log to retrieve

Value

nothing is returned; log is downloaded

Examples

if (interactive()){
test <- faasr("test.json", "env")
logs <- test$faasr_get_log('SOME-UUID')
}



FaaSr documentation built on June 22, 2024, 9:38 a.m.