pub fn cmd_logs(
beans_dir: &Path,
id: &str,
follow: bool,
all: bool,
) -> Result<()>Expand description
View agent output from log files.
Default: print the latest log file.
--follow: exec into tail -f for live following.
--all: print all logs with headers.