mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-09 01:17:06 +02:00
chore: remove superfluous logging from client registration
This commit is contained in:
parent
ec2c6e8824
commit
ec3d6e95bc
@ -110,8 +110,6 @@ module.exports = class ClientMetricsService {
|
|||||||
await this.clientInstanceStore.bulkUpsert(
|
await this.clientInstanceStore.bulkUpsert(
|
||||||
uniqueRegistrations,
|
uniqueRegistrations,
|
||||||
);
|
);
|
||||||
} else {
|
|
||||||
this.logger.debug('No registrations in last time period');
|
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.logger.warn('Failed to register clients', err);
|
this.logger.warn('Failed to register clients', err);
|
||||||
|
Loading…
Reference in New Issue
Block a user