From 269ce9604fab2fbcfb730ccccfaffb9d120d4dcd Mon Sep 17 00:00:00 2001 From: Gustavo Lira Date: Fri, 9 May 2025 12:56:09 -0300 Subject: [PATCH] update README to clarify logging configuration for entity-fetch audit events Signed-off-by: Gustavo Lira --- plugins/catalog-backend/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/catalog-backend/README.md b/plugins/catalog-backend/README.md index 8593ade53e..00b88cf060 100644 --- a/plugins/catalog-backend/README.md +++ b/plugins/catalog-backend/README.md @@ -96,7 +96,6 @@ The Catalog backend emits audit events for various operations. Events are groupe - **`entity-fetch`**: Retrieves entities. - **Note:** By default, "low" severity audit events like `entity-fetch` aren't logged because they map to the "debug" level, while Backstage defaults to "info" level logging. To see `entity-fetch` events, update your `app-config.yaml` by setting `backend.auditor.severityLogLevelMappings.low: info`. See the [Auditor Service documentation](https://backstage.io/docs/backend-system/core-services/auditor/#severity-levels-and-default-mappings) for details on severity mappings. - Filter on `queryType`. - **`all`**: Fetching all entities. (GET `/entities`)