1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-19 00:15:43 +01:00

fix: change log-level to info for filterExistingFlagNames

This commit is contained in:
Ivar Conradi Østhus 2025-02-09 22:50:04 +01:00
parent d1b9ca00a0
commit ac1d8b9b70
No known key found for this signature in database
GPG Key ID: 14F51E4841AF1DE1

View File

@ -122,7 +122,7 @@ export default class ClientMetricsServiceV2 {
validNames.includes(name),
);
if (existingNames.length !== toggleNames.length) {
this.logger.warn(
this.logger.info(
`Filtered out ${toggleNames.length - existingNames.length} toggles with non-existing names`,
);
}