update README to clarify logging configuration for entity-fetch audit events

Signed-off-by: Gustavo Lira <guga.java@gmail.com>
This commit is contained in:
Gustavo Lira
2025-05-09 12:56:09 -03:00
parent b85aeefdd5
commit 269ce9604f
-1
View File
@@ -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`)