Skip to content

Commit 3760353

Browse files
committed
reduce loglevel
1 parent 327d302 commit 3760353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/migration_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (r *MigrationReconciler) getExistingJob(ctx context.Context, migration *fly
129129
func (r *MigrationReconciler) submitMigrationJob(ctx context.Context, migration *flywayv1alpha1.Migration) error {
130130
job := r.createJobSpec(ctx, migration)
131131
logger := log.FromContext(ctx)
132-
logger.Info("Generated job", "job", fmt.Sprintf("%+v", job))
132+
logger.V(1).Info("Generated job", "job", fmt.Sprintf("%+v", job))
133133

134134
return crud.CreateResourceIfNotExists(ctx, migration, migration.Namespace, &job)
135135
}

0 commit comments

Comments
 (0)