diff --git a/packages/core/src/common/cluster/cluster.ts b/packages/core/src/common/cluster/cluster.ts index 61236edf78..329d6e2df7 100644 --- a/packages/core/src/common/cluster/cluster.ts +++ b/packages/core/src/common/cluster/cluster.ts @@ -498,7 +498,7 @@ export class Cluster implements ClusterModel { this.allowedResources.replace(await this.getAllowedResources(requestNamespaceListPermissions)); this.ready = this.knownResources.length > 0; - this.dependencies.logger.info(`[CLUSTER]: refreshed accessibility data`, this.getState()); + this.dependencies.logger.debug(`[CLUSTER]: refreshed accessibility data`, this.getState()); } /**