Skip to content

Commit

Permalink
Temp: Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsntTheWay committed Feb 14, 2025
1 parent f7f2097 commit 3de6648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/comp-functions/functions/common/backup/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func AddK8upBackup(ctx context.Context, svc *runtime.ServiceRuntime, comp common
}

func createObjectBucket(ctx context.Context, comp common.InfoGetter, svc *runtime.ServiceRuntime) error {

svc.Log.Info("createObjectBucket: comp.GetName(): %s, comp: %v\n", comp.GetName(), comp)
ob := &appcatv1.XObjectBucket{
ObjectMeta: metav1.ObjectMeta{
Name: comp.GetName() + "-backup",
Expand Down

0 comments on commit 3de6648

Please sign in to comment.