We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6c182 commit 6b8f892Copy full SHA for 6b8f892
pkg/agent/run.go
@@ -42,6 +42,7 @@ func Run(cmd *cobra.Command, args []string) {
42
}
43
44
func gatherAndPostData(ctx context.Context) {
45
+ log.Printf("Preflight agent version: %s (%s)", version.PreflightVersion, version.Commit)
46
file, err := os.Open(ConfigFilePath)
47
if err != nil {
48
log.Fatalf("Failed to load config file for agent from: %s", ConfigFilePath)
0 commit comments