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:
parent
d1b9ca00a0
commit
ac1d8b9b70
@ -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`,
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user