Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AWSELogsCmd = &cobra.Command{ Use: "awselogs", Short: "Log only collect of AWSE from the coordinator node", Long: `Log only collect of AWSE from the coordinator node`, Run: func(cmd *cobra.Command, args []string) { simplelog.InitLogger(2) if err := Execute(EFSLogDir, OutDir, OutFile); err != nil { simplelog.Errorf("exiting %v", err) os.Exit(1) } }, }
View Source
var EFSLogDir string
View Source
var OutDir string
View Source
var OutFile string
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.