add logging module to make this easier for users but retain custom docs

Signed-off-by: Christopher Diaz <codingdiaz@icloud.com>
This commit is contained in:
Christopher Diaz
2024-06-07 11:57:41 -04:00
committed by Fredrik Adelöw
parent 97caf55823
commit c4c81bcc73
+1 -1
View File
@@ -26,7 +26,7 @@ Install the catalog logs module.
yarn --cwd packages/backend add @backstage/plugin-catalog-backend-module-logs
```
Now install the catalog logs module.
Add the module to your backend.
```ts title="packages/backend/src/index.ts"
backend.add(import('@backstage/plugin-catalog-backend-module-logs'));