h2o.setLogPath: Set Path Where H2O R Logs are Saved
Description
Set the file path where H2O R command and error response logs are currently being saved.
Usage
h2o.setLogPath(path, type)
Arguments
path
A character string indicating the new file path where logs should be saved.
type
Which log file's path to modify. Either "Command" for POST commands sent between R and H2O, or "Error" for errors returned by H2O in the HTTP response.