powered by
This function parses the name of a log file generated by ShinyProxy and extracts metadata: specId, proxyId, startupTime, and logType.
specId
proxyId
startupTime
logType
parse_log_filename(filename)
A data frame with the columns specId, proxyId, startupTime, and logType.
Character. The full path to the log file.
if (FALSE) { parse_log_filename( "path/to/containersLogs/log_file_(stdout|stderr).log" ) }
Run the code above in your browser using DataLab