Files
backstage/.changeset/flat-flowers-learn.md
T
Govindarajan Nagarajan e708679d77 refreshAllLocations uses a child logger with meta. Refs #3602
When there are a large number of location, `refreshAllLocations` can
emit a lot of logs that are noisy and can make debugging hard.

To solve this problem, create a child logger with a meta : `component` =
`refreshAllLocations`. That can be used to filter out logs if needed
2020-12-08 14:47:17 +01:00

178 B

@backstage/plugin-catalog-backend
@backstage/plugin-catalog-backend
patch

refreshAllLocations uses a child logger of the HigherOrderOperation with a meta component : catalog-all-locations-refresh