We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833cc3d commit ff55284Copy full SHA for ff55284
components/nimbus/src/enrollment.rs
@@ -171,6 +171,10 @@ impl ExperimentEnrollment {
171
} else {
172
let enrollment =
173
evaluate_enrollment(available_randomization_units, experiment, targeting_helper)?;
174
+ debug!(
175
+ "Evaluating experiment slug: {:?} with targeting string: {:?}",
176
+ experiment.slug, experiment.targeting
177
+ );
178
debug!(
179
"Experiment '{}' is new - enrollment status is {:?}",
180
&enrollment.slug, &enrollment
0 commit comments