Skip to content

Commit 7798ebd

Browse files
committed
added logging info
1 parent 2c67bf8 commit 7798ebd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/epp/runner/runner.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,12 @@ func (r *Runner) Run(ctx context.Context) error {
237237

238238
gknn, err := extractGKNN()
239239
if err != nil {
240+
setupLog.Error(err, "Failed to extract GKNN")
240241
return err
241242
}
242243
ds, err := setupDataStore(setupLog, ctx, epf, int32(*modelServerMetricsPort), *gknn)
243244
if err != nil {
245+
setupLog.Error(err, "Failed to setup datastore")
244246
return err
245247
}
246248
eppConfig, err := r.parseConfigurationPhaseTwo(ctx, rawConfig, ds)

0 commit comments

Comments
 (0)