Changed logging of cluster details to debug level

to avoid cluttering the logs with unnecessary information.

Signed-off-by: Henrik Edegård <henrik.edegard@fortnox.se>
This commit is contained in:
Henrik Edegård
2025-04-24 06:44:52 +00:00
parent 00a9789393
commit f6f692c3b2
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes-backend': patch
---
Changed logging of cluster details to debug to minimise log clutter.
@@ -488,7 +488,7 @@ export class KubernetesBuilder {
) {
const clusterDetails = await clusterSupplier.getClusters(options);
this.env.logger.info(
this.env.logger.debug(
`action=loadClusterDetails numOfClustersLoaded=${clusterDetails.length}`,
);