h2o.downloadAllLogs: Download H2O Log Files to Disk

View source: R/logging.R

h2o.downloadAllLogsR Documentation

Download H2O Log Files to Disk

Description

h2o.downloadAllLogs downloads all H2O log files to local disk in .zip format. Generally used for debugging purposes.

Usage

h2o.downloadAllLogs(dirname = ".", filename = NULL)

Arguments

dirname

(Optional) A character string indicating the directory that the log file should be saved in.

filename

(Optional) A character string indicating the name that the log file should be saved to. Note that the saved format is .zip, so the file name must include the .zip extension.

Examples

## Not run: 
h2o.downloadAllLogs(dirname='./your_directory_name/', filename = 'autoh2o_log.zip')

## End(Not run)

h2o documentation built on Aug. 9, 2023, 9:06 a.m.