awselogs

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

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

func Execute

func Execute(efsLogDir string, outDir string, outFile string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL