Skip to content

Commit 9e834ff

Browse files
committed
add info message when a dump is complete
Signed-off-by: Avi Deitcher <[email protected]>
1 parent 13ff350 commit 9e834ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/core/dump.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ func (e *Executor) Dump(ctx context.Context, opts DumpOptions) (DumpResults, err
185185
uploadSpan.SetStatus(codes.Ok, "completed")
186186
uploadSpan.End()
187187

188+
logger.Infof("finished dump %s", now.Format(time.RFC3339))
189+
188190
return results, nil
189191
}
190192

0 commit comments

Comments
 (0)