mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +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'")
|
||||
.del()
|
||||
.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