h2o (version 3.2.0.3)

h2o.downloadAllLogs: Download H2O Log Files to Disk

Description

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

Usage

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

Arguments

conn
An H2OConnection object pointing to a running H2O cluster.
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.

See Also

H2OConnection