Merge pull request #4086 from adamdmharvey/reduce-noise

catalog-backend: Reduce log noise on locations refresh
This commit is contained in:
Fredrik Adelöw
2021-01-15 07:57:53 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Reduce log noise on locations refresh
@@ -186,7 +186,7 @@ export class HigherOrderOperations implements HigherOrderOperation {
throw e;
}
this.logger.info(`Posting update success markers`);
this.logger.debug(`Posting update success markers`);
await this.locationsCatalog.logUpdateSuccess(
location.id,