mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
chore: reduce log-level for metrics
This commit is contained in:
parent
562321175d
commit
2c90d3fbff
@ -41,7 +41,7 @@ class ClientInstanceStore {
|
|||||||
.whereRaw("created_at < now() - interval '2 days'")
|
.whereRaw("created_at < now() - interval '2 days'")
|
||||||
.del()
|
.del()
|
||||||
.then(
|
.then(
|
||||||
res => res > 0 && this.logger.info(`Deleted ${res} instances`),
|
res => res > 0 && this.logger.debug(`Deleted ${res} instances`),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user