Merge pull request #27274 from deejay1/doc-fix

chore(backend-defaults): Fixup docstring
This commit is contained in:
Fredrik Adelöw
2024-10-21 23:19:31 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-defaults': patch
---
Link to proper package in `rootLoggerServiceFactory` doc string.
@@ -25,7 +25,7 @@ import { createConfigSecretEnumerator } from '../rootConfig/createConfigSecretEn
/**
* Root-level logging.
*
* See {@link @backstage/code-plugin-api#RootLoggerService}
* See {@link @backstage/backend-plugin-api#RootLoggerService}
* and {@link https://backstage.io/docs/backend-system/core-services/root-logger | the service docs}
* for more information.
*