Skip to content

Commit ac1d8b9

Browse files
committed
fix: change log-level to info for filterExistingFlagNames
1 parent d1b9ca0 commit ac1d8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/features/metrics/client-metrics/metrics-service-v2.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default class ClientMetricsServiceV2 {
122122
validNames.includes(name),
123123
);
124124
if (existingNames.length !== toggleNames.length) {
125-
this.logger.warn(
125+
this.logger.info(
126126
`Filtered out ${toggleNames.length - existingNames.length} toggles with non-existing names`,
127127
);
128128
}

0 commit comments

Comments
 (0)