awselogs

package
v3.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

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

func Execute

func Execute(efsLogDir string, tarballOutDir 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