Skip to content

Commit 9fec6f6

Browse files
abrightwellJeff McCormick
authored andcommitted
log apiserver initialization error (CrunchyData#921)
1 parent bfdef40 commit 9fec6f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apiserver/root.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ func Initialize() {
131131

132132
err := Pgo.GetConfig(Clientset, PgoNamespace)
133133
if err != nil {
134+
log.Error(err)
134135
log.Error("error in Pgo configuration")
135136
os.Exit(2)
136137
}

0 commit comments

Comments
 (0)