Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EFSLogDir string OutDir string OutFile string 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(_ *cobra.Command, _ []string) { simplelog.LogStartMessage() defer simplelog.LogEndMessage() if err := Execute(EFSLogDir, OutDir, OutFile); err != nil { simplelog.Errorf("exiting %v", err) os.Exit(1) } }, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.