try to update api docs
Signed-off-by: Christopher Diaz <codingdiaz@icloud.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
e612674167
commit
26bd7a7a92
@@ -5,7 +5,7 @@
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @public (undocumented)
|
||||
// @public
|
||||
const catalogModuleLogs: () => BackendFeature;
|
||||
export default catalogModuleLogs;
|
||||
```
|
||||
|
||||
@@ -31,7 +31,12 @@ interface EventsParamsWithPayload extends EventParams {
|
||||
eventPayload: EventsPayload;
|
||||
}
|
||||
|
||||
/** @public */
|
||||
/**
|
||||
* A catalog module that logs catalog errors using the logger service.
|
||||
*
|
||||
* @packageDocumentation
|
||||
* @public
|
||||
*/
|
||||
export const catalogModuleLogs = createBackendModule({
|
||||
pluginId: 'catalog',
|
||||
moduleId: 'logs',
|
||||
|
||||
Reference in New Issue
Block a user