Skip to content

Commit 972707f

Browse files
committed
adding logs
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
1 parent e59f953 commit 972707f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkg/provision/engine.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ func (e *NativeEngine) Run(root context.Context) error {
536536
continue
537537
}
538538

539-
l.Debug().Msg("contact validation pass")
539+
l.Info().Msg("contact validation pass")
540540
}
541541

542542
switch job.Op {
@@ -937,6 +937,7 @@ func (e *NativeEngine) installDeployment(ctx context.Context, getter gridtypes.W
937937
}
938938

939939
for _, wl := range workloads {
940+
log.Info().Msgf("installing workload %s: %s", wl.Name.String(), wl.Type.String())
940941
if err := e.installWorkload(ctx, wl); err != nil {
941942
log.Error().Err(err).Stringer("id", wl.ID).Msg("failed to install workload")
942943
}

0 commit comments

Comments
 (0)