Skip to content

Commit

Permalink
fix: The information of the omitted aggregate commit is not important…
Browse files Browse the repository at this point in the history
… unless when debugging the framework
  • Loading branch information
ethno2405 committed May 31, 2022
1 parent 0a150cb commit 988dbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elders.Cronus/Migrations/MigrationRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public override async Task RunAsync(IEnumerable<IMigration<AggregateCommit>> mig

if (ForSomeReasonTheAggregateCommitHasBeenDeleted(sourceCommit))
{
logger.Info(() => $"An aggregate commit has been wiped from the face of the Earth. R.I.P.{Environment.NewLine}{result.Commits[i].ToString()}"); // Bonus: How Пикасо is spelled in English => Piccasso, Picasso, Piccaso ?? I bet spmeone will git-blame me
logger.Debug(() => $"An aggregate commit has been wiped from the face of the Earth. R.I.P.{Environment.NewLine}{result.Commits[i].ToString()}"); // Bonus: How Пикасо is spelled in English => Piccasso, Picasso, Piccaso ?? I bet spmeone will git-blame me
continue;
}

Expand Down

0 comments on commit 988dbf0

Please sign in to comment.