Skip to content

Commit

Permalink
Lower experiments log severity (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
cobya committed May 1, 2024
1 parent 6e2070a commit e25e9f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public async Task FinishAsync()
// process empty diffs as this means the experiment was successful.
if (!experimentComponents.Any() && !controlComponents.Any())
{
this.logger.LogWarning("Experiment {Experiment} has no components in either group, skipping processing", config.Name);
this.logger.LogInformation("Experiment {Experiment} has no components in either group, skipping processing", config.Name);
continue;
}

Expand Down

0 comments on commit e25e9f7

Please sign in to comment.