Skip to content

Commit

Permalink
More informative error logging again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Apr 10, 2024
1 parent 967a47b commit 08afee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/k8ssandra/medusa_reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func (r *K8ssandraClusterReconciler) mergeStorageProperties(
// End of block to be deprecated.

if err := remoteClient.Get(ctx, configKey, storageProperties); err != nil {
logger.Error(err, "failed to get MedusaConfiguration", "MedusaConfigKey", configKey, "K8ssandraCluster", desiredKc)
logger.Error(err, "failed to get MedusaConfiguration", "MedusaConfigKey", configKey, "K8ssandraCluster", desiredKc, "called with Namespace", namespace)
return result.Error(err)
}
// check if the StorageProperties from the cluster have the prefix field set
Expand Down

0 comments on commit 08afee3

Please sign in to comment.