Commit 574648ef authored by Brian Downs's avatar Brian Downs

update error message with context about failure

parent b60ee806
......@@ -112,7 +112,7 @@ func (c *Cluster) Start(ctx context.Context) (<-chan struct{}, error) {
go func() {
if err := c.managedDB.StoreSnapshotData(ctx); err != nil {
logrus.Error(err)
logrus.Errorf("Failed to record snapshots for cluster: %w", err)
}
}()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment