Merge pull request #29767 from gustavolira/improve-doc
add note about visibility of entity-fetch audit events in logs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
"Added a note clarifying that `entity-fetch` audit events are not visible by default in the logs and are only displayed when the log severity level is adjusted."
|
||||
@@ -94,6 +94,7 @@ The Catalog backend emits audit events for various operations. Events are groupe
|
||||
**Entity Events:**
|
||||
|
||||
- **`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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user