Merge pull request #29373 from JeevaRamanathan/patch-2

Improve readability in observability docs
This commit is contained in:
Fredrik Adelöw
2025-03-25 11:00:19 +01:00
committed by GitHub
+1 -1
View File
@@ -21,7 +21,7 @@ The backend supplies a central logging service,
[`rootLogger`](../backend-system/core-services/root-logger.md), as well as a plugin
based logger, [`logger`](../backend-system/core-services/logger.md) from `coreServices`.
To add additional granularity to your logs, you can create children from the plugin
based logger, using the `.child()` method and provide is with JSON data. For example,
based logger, using the `.child()` method and provide it with JSON data. For example,
if you wanted to log items for a specific span in your plugin, you could do
```ts