E582 Add AWS startup log (#3797) · nginx/kubernetes-ingress@dd84a78 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd84a78

Browse files
authored
Add AWS startup log (#3797)
1 parent 078de48 commit dd84a78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/nginx-ingress/flags.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ func initialChecks() {
289289
if err != nil {
290290
glog.Fatalf("Failed startup check: %v", err)
291291
}
292+
glog.Info("AWS startup check passed")
292293
}
293294

294295
glog.Infof("Starting with flags: %+q", os.Args[1:])

0 commit comments

Comments
 (0)
0